Groovy Documentation

org.gradle.language.base.plugins
[Java] Class LanguageBasePlugin

java.lang.Object
  org.gradle.language.base.plugins.LanguageBasePlugin
All Implemented Interfaces:
Plugin

@Incubating
public class LanguageBasePlugin

Base plugin for language support. Adds a BinaryContainer named binaries to the project. Adds a ProjectSourceSet named sources to the project.


Constructor Summary
LanguageBasePlugin(Instantiator instantiator)

 
Method Summary
void apply(Project target)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LanguageBasePlugin

@Inject
public LanguageBasePlugin(Instantiator instantiator)


 
Method Detail

apply

public void apply(Project target)


 

Gradle API 1.7