Groovy Documentation

org.gradle.api.plugins
[Java] Class LanguageBasePlugin

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

@Incubating
public class LanguageBasePlugin

Base plugin for language support. Adds a BinariesContainer named binaries to the project. Adds a ProjectSourceSet named sources to the project. Registers the ResourceSet element type for each FunctionalSourceSet added to ProjectSourceSet.


Constructor Summary
LanguageBasePlugin(Instantiator instantiator, FileResolver fileResolver)

 
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, FileResolver fileResolver)


 
Method Detail

apply

public void apply(Project target)


 

Gradle API 1.5-rc-3