@EqualsAndHashCode(includes: [name]) @ToString(includes: [profile, name]) @CompileStatic class DefaultFeature extends Object implements Feature
Default implementation of the Feature interface
Type | Name and description |
---|---|
List<String> |
buildPlugins |
List<String> |
buildRepositories |
NavigableMap |
configuration |
List<Dependency> |
dependencies |
Resource |
location |
String |
name |
Profile |
profile |
Constructor and description |
---|
DefaultFeature(Profile profile, String name, Resource location) |