Groovy Documentation

org.gradle.language.base
[Java] Interface LanguageSourceSet

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

@Incubating
@HasInternalProtocol
public interface LanguageSourceSet
extends Buildable, Named

A set of sources for a programming language.


Method Summary
SourceDirectorySet getSource()

void source(Action config)

Configure the sources

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

Method Detail

getSource

public SourceDirectorySet getSource()


source

public void source(Action config)
Configure the sources


 

Gradle API 1.8