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 java.util.NavigableMap |
getConfiguration()
|
|
abstract java.util.List<Dependency> |
getDependencies()
|
|
abstract java.lang.String |
getDescription()
|
|
abstract org.springframework.core.io.Resource |
getLocation()
|
|
abstract java.lang.String |
getName()
|
|
abstract Profile |
getProfile()
|