Groovy Documentation

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

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

@Incubating
public class JavaLanguagePlugin

Plugin for compiling Java code. Applies the JvmLanguagePlugin. Adds a JavaCompile task for each JavaSourceSet added to a ClassDirectoryBinary. Registers the JavaSourceSet element type for each FunctionalSourceSet added to ProjectSourceSet.


Constructor Summary
JavaLanguagePlugin(Instantiator instantiator)

 
Method Summary
void apply(Project target)

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

Constructor Detail

JavaLanguagePlugin

@Inject
public JavaLanguagePlugin(Instantiator instantiator)


 
Method Detail

apply

public void apply(Project target)


 

Gradle API 1.5-rc-3