|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectkotka.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.
| 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 |
|---|
protected final UnionFileTree allSource
protected final SourceDirectorySet source
protected final PatternFilterable sourcePatterns
| Constructor Detail |
|---|
GenericSourceSetConvention(java.lang.String language, java.util.List patterns, java.lang.String displayName, FileResolver fileResolver)
Groovy Documentation