Groovy Documentation

org.gradle.api.tasks
[Java] Interface LanguageSourceSet

org.gradle.api.Named
  org.gradle.api.tasks.LanguageSourceSet
      org.gradle.api.Buildable
All Superinterfaces:
Named, Buildable

@Incubating
public interface LanguageSourceSet
extends Buildable, Named

A set of sources for a programming language.


Method Summary
FunctionalSourceSet getParent()

SourceDirectorySet getSource()

 
Methods inherited from interface Named
getName
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getParent

public FunctionalSourceSet getParent()


getSource

public SourceDirectorySet getSource()


 

Gradle API 1.5