Groovy Documentation

org.gradle.language.java
[Java] Interface JavaSourceSet

org.gradle.language.java.JavaSourceSet
  org.gradle.api.Named
      org.gradle.api.Buildable
          org.gradle.language.base.LanguageSourceSet
All Superinterfaces:
Named, Buildable, LanguageSourceSet

@Incubating
public interface JavaSourceSet
extends LanguageSourceSet

A set of sources passed to the Java compiler.


Method Summary
Classpath getCompileClasspath()

 
Methods inherited from interface LanguageSourceSet
getSource, source
 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getCompileClasspath

public Classpath getCompileClasspath()


 

Gradle API 1.8