interface Feature
An interface that describes a feature of a profile. Different profiles may share many common features even if the profile itself is different.
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.util.List<java.lang.String> |
getBuildPlugins()
|
|
abstract java.util.List<java.lang.String> |
getBuildRepositories()
|
|
abstract NavigableMap |
getConfiguration()
|
|
abstract java.util.List<org.eclipse.aether.graph.Dependency> |
getDependencies()
|
|
abstract java.lang.String |
getDescription()
|
|
abstract Resource |
getLocation()
|
|
abstract java.lang.String |
getName()
|
|
abstract Profile |
getProfile()
|