Groovy Documentation

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

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

@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
 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getCompileClasspath

public Classpath getCompileClasspath()


 

Gradle API 1.7