@groovy.transform.EqualsAndHashCodeEqualsAndHashCode @groovy.transform.ToStringToString @groovy.transform.CompileStaticCompileStatic class DefaultFeature extends java.lang.Object
Default implementation of the Feature interface
| Type | Name and description |
|---|---|
private java.util.List |
buildPlugins |
private NavigableMap |
configuration |
private java.util.List |
dependencies |
private Resource |
location |
private java.lang.String |
name |
private Profile |
profile |
| Constructor and description |
|---|
DefaultFeature
(Profile profile, java.lang.String name, Resource location) |
DefaultFeature
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getDescription() |
|
static boolean |
isSupportedOs(java.lang.String os) |
| 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() |