Uses of Class
org.wildfly.prospero.model.KnownFeaturePack
-
Packages that use KnownFeaturePack Package Description org.wildfly.prospero.api org.wildfly.prospero.model -
-
Uses of KnownFeaturePack in org.wildfly.prospero.api
Methods in org.wildfly.prospero.api that return KnownFeaturePack Modifier and Type Method Description static KnownFeaturePackKnownFeaturePacks. getByName(String name) -
Uses of KnownFeaturePack in org.wildfly.prospero.model
Methods in org.wildfly.prospero.model that return types with arguments of type KnownFeaturePack Modifier and Type Method Description static List<KnownFeaturePack>KnownFeaturePack. readConfig(URL url)Method parameters in org.wildfly.prospero.model with type arguments of type KnownFeaturePack Modifier and Type Method Description static voidKnownFeaturePack. write(List<KnownFeaturePack> packs, File configFile)
-