Package org.wildfly.prospero.model
Class FeaturePackTemplate
- java.lang.Object
-
- org.wildfly.prospero.model.FeaturePackTemplate
-
public class FeaturePackTemplate extends Object
Definition of the provisioning changes a feature pack requires to be installed on top of the base server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeaturePackTemplate.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getAdditionalPackages()StringgetArtifactId()StringgetGroupId()StringgetReplacesDependency()StringgetTransitiveDependency()StringgetVersion()inthashCode()booleanisRequiresLayers()booleanisSupportsCustomization()StringtoString()
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
getArtifactId
public String getArtifactId()
-
getVersion
public String getVersion()
-
isRequiresLayers
public boolean isRequiresLayers()
-
isSupportsCustomization
public boolean isSupportsCustomization()
-
getTransitiveDependency
public String getTransitiveDependency()
-
getReplacesDependency
public String getReplacesDependency()
-
-