Groovy Documentation

kotka.gradle.utils.tasks
[Groovy] Class GenericSourceSetConvention

java.lang.Object
  kotka.gradle.utils.tasks.GenericSourceSetConvention

class GenericSourceSetConvention

A base class to extend gradle's SourceSet. Not to be used directly!

This class contains all necessary logic. Unfortunately the gradle extension mechanism is based in static class information. So you can't simply derive the class and be happy.

You should read the documentation on the GenericSourceSet annotation.

Authors:
Meikel Brandmeyer


Field Summary
protected UnionFileTree allSource

protected SourceDirectorySet source

protected PatternFilterable sourcePatterns

 
Constructor Summary
GenericSourceSetConvention(java.lang.String language, java.util.List patterns, java.lang.String displayName, FileResolver fileResolver)

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

allSource

protected final UnionFileTree allSource


source

protected final SourceDirectorySet source


sourcePatterns

protected final PatternFilterable sourcePatterns


 
Constructor Detail

GenericSourceSetConvention

GenericSourceSetConvention(java.lang.String language, java.util.List patterns, java.lang.String displayName, FileResolver fileResolver)


 

Groovy Documentation