Uses of Class
org.jboss.galleon.maven.plugin.util.FeaturePackInstaller
-
Packages that use FeaturePackInstaller Package Description org.jboss.galleon.maven.plugin.util -
-
Uses of FeaturePackInstaller in org.jboss.galleon.maven.plugin.util
Methods in org.jboss.galleon.maven.plugin.util that return FeaturePackInstaller Modifier and Type Method Description FeaturePackInstallerFeaturePackInstaller. excludePackage(java.lang.String packageName)FeaturePackInstallerFeaturePackInstaller. excludePackages(java.util.List<java.lang.String> packageNames)FeaturePackInstallerFeaturePackInstaller. includeConfig(ConfigurationId configId)FeaturePackInstallerFeaturePackInstaller. includeConfigs(java.util.List<ConfigurationId> configIds)FeaturePackInstallerFeaturePackInstaller. includePackage(java.lang.String packageName)FeaturePackInstallerFeaturePackInstaller. includePackages(java.util.List<java.lang.String> packageNames)static FeaturePackInstallerFeaturePackInstaller. newInstance(java.nio.file.Path repoHome, java.nio.file.Path installationDir)FeaturePackInstallerFeaturePackInstaller. setCustomConfig(java.nio.file.Path customConfig)FeaturePackInstallerFeaturePackInstaller. setFpl(org.jboss.galleon.universe.FeaturePackLocation fpl)FeaturePackInstallerFeaturePackInstaller. setInheritConfigs(boolean inheritConfigs)FeaturePackInstallerFeaturePackInstaller. setInheritPackages(boolean inheritPackages)FeaturePackInstallerFeaturePackInstaller. setLocalArtifact(java.nio.file.Path localPath)FeaturePackInstallerFeaturePackInstaller. setPluginOption(java.lang.String option)FeaturePackInstallerFeaturePackInstaller. setPluginOption(java.lang.String option, java.lang.String value)FeaturePackInstallerFeaturePackInstaller. setPluginOptions(java.util.Map<java.lang.String,java.lang.String> options)FeaturePackInstallerFeaturePackInstaller. setRecordState(boolean recordState)
-