public class FeaturePackInstaller extends Object
| Modifier and Type | Method and Description |
|---|---|
FeaturePackInstaller |
excludePackage(String packageName) |
FeaturePackInstaller |
excludePackages(List<String> packageNames) |
FeaturePackInstaller |
includeConfig(ConfigurationId configId) |
FeaturePackInstaller |
includeConfigs(List<ConfigurationId> configIds) |
FeaturePackInstaller |
includePackage(String packageName) |
FeaturePackInstaller |
includePackages(List<String> packageNames) |
void |
install() |
static FeaturePackInstaller |
newInstance(Path repoHome,
Path installationDir,
ArtifactCoords.Gav fpGav) |
FeaturePackInstaller |
setCustomConfig(Path customConfig) |
FeaturePackInstaller |
setInheritConfigs(boolean inheritConfigs) |
FeaturePackInstaller |
setInheritPackages(boolean inheritPackages) |
FeaturePackInstaller |
setPluginOption(String option) |
FeaturePackInstaller |
setPluginOption(String option,
String value) |
FeaturePackInstaller |
setPluginOptions(Map<String,String> options) |
public static FeaturePackInstaller newInstance(Path repoHome, Path installationDir, ArtifactCoords.Gav fpGav)
public FeaturePackInstaller setInheritConfigs(boolean inheritConfigs)
public FeaturePackInstaller includeConfig(ConfigurationId configId)
public FeaturePackInstaller includeConfigs(List<ConfigurationId> configIds)
public FeaturePackInstaller setCustomConfig(Path customConfig)
public FeaturePackInstaller setInheritPackages(boolean inheritPackages)
public FeaturePackInstaller includePackage(String packageName)
public FeaturePackInstaller includePackages(List<String> packageNames)
public FeaturePackInstaller excludePackage(String packageName)
public FeaturePackInstaller excludePackages(List<String> packageNames)
public FeaturePackInstaller setPluginOption(String option)
public FeaturePackInstaller setPluginOption(String option, String value)
public FeaturePackInstaller setPluginOptions(Map<String,String> options)
public void install()
Copyright © 2016–2018 JBoss by Red Hat. All rights reserved.