Uses of Class
org.wildfly.prospero.model.FeaturePackTemplate
-
Packages that use FeaturePackTemplate Package Description org.wildfly.prospero.actions org.wildfly.prospero.model -
-
Uses of FeaturePackTemplate in org.wildfly.prospero.actions
Methods in org.wildfly.prospero.actions that return FeaturePackTemplate Modifier and Type Method Description FeaturePackTemplateFeaturesAddAction. getFeaturePackRecipe(String featurePackCoord)find a template matching feature pack coordinates -
Uses of FeaturePackTemplate in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that return FeaturePackTemplate Modifier and Type Method Description FeaturePackTemplateFeaturePackTemplate.Builder. build()FeaturePackTemplateFeaturePackTemplateManager. find(String groupId, String artifactId, String version)finds a matching provisioning configuration for a given GAV.
-