Uses of Class
org.jboss.galleon.maven.plugin.util.ConfigurationId
-
Packages that use ConfigurationId Package Description org.jboss.galleon.maven.plugin.util -
-
Uses of ConfigurationId in org.jboss.galleon.maven.plugin.util
Methods in org.jboss.galleon.maven.plugin.util that return types with arguments of type ConfigurationId Modifier and Type Method Description java.util.List<ConfigurationId>FeaturePack. getExcludedConfigs()java.util.List<ConfigurationId>FeaturePack. getIncludedConfigs()Methods in org.jboss.galleon.maven.plugin.util with parameters of type ConfigurationId Modifier and Type Method Description FeaturePackInstallerFeaturePackInstaller. includeConfig(ConfigurationId configId)Method parameters in org.jboss.galleon.maven.plugin.util with type arguments of type ConfigurationId Modifier and Type Method Description FeaturePackInstallerFeaturePackInstaller. includeConfigs(java.util.List<ConfigurationId> configIds)voidFeaturePack. setExcludedConfigs(java.util.List<ConfigurationId> excludedConfigs)voidFeaturePack. setIncludedConfigs(java.util.List<ConfigurationId> includedConfigs)
-