Uses of Class
org.wildfly.plugin.core.ConfigurationId
-
-
Uses of ConfigurationId in org.wildfly.plugin.core
Methods in org.wildfly.plugin.core that return types with arguments of type ConfigurationId Modifier and Type Method Description List<ConfigurationId>
FeaturePack. getExcludedConfigs()
List<ConfigurationId>
FeaturePack. getIncludedConfigs()
Method parameters in org.wildfly.plugin.core with type arguments of type ConfigurationId Modifier and Type Method Description void
FeaturePack. setExcludedConfigs(List<ConfigurationId> excludedConfigs)
void
FeaturePack. setIncludedConfigs(List<ConfigurationId> includedConfigs)
-