@groovy.transform.Canonical @groovy.transform.CompileStatic class FacetDefinition extends java.lang.Object implements org.gradle.api.Named
Definition of a source facet, which via the NebulaFacetPlugin will create a source set and runtime/compile configurations. Name is used for the source directory and the prefix for configurations.
| Type | Name and description |
|---|---|
java.lang.String |
name |
java.lang.String |
parentSourceSet |
| Constructor and description |
|---|
FacetDefinition
(java.lang.String name) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getParentSourceSet() |
| Methods inherited from class | Name |
|---|---|
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() |
Groovy Documentation