Uses of Class
org.jboss.galleon.cli.model.ConfigInfo
-
Packages that use ConfigInfo Package Description org.jboss.galleon.cli.cmd.state org.jboss.galleon.cli.cmd.state.configuration org.jboss.galleon.cli.model org.jboss.galleon.cli.model.state org.jboss.galleon.cli.path -
-
Uses of ConfigInfo in org.jboss.galleon.cli.cmd.state
Method parameters in org.jboss.galleon.cli.cmd.state with type arguments of type ConfigInfo Modifier and Type Method Description static java.lang.StringStateInfoUtil. buildConfigs(java.util.Map<java.lang.String,java.util.List<ConfigInfo>> configs, org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout> pLayout) -
Uses of ConfigInfo in org.jboss.galleon.cli.cmd.state.configuration
Methods in org.jboss.galleon.cli.cmd.state.configuration that return ConfigInfo Modifier and Type Method Description protected ConfigInfoStateResetConfigCommand. getConfiguration(State state) -
Uses of ConfigInfo in org.jboss.galleon.cli.model
Methods in org.jboss.galleon.cli.model that return types with arguments of type ConfigInfo Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<ConfigInfo>>FeatureContainer. getFinalConfigs()Methods in org.jboss.galleon.cli.model with parameters of type ConfigInfo Modifier and Type Method Description protected voidFeatureContainer. addFinalConfig(ConfigInfo info)Constructors in org.jboss.galleon.cli.model with parameters of type ConfigInfo Constructor Description FeatureInfo(ConfigInfo configInfo, org.jboss.galleon.state.ProvisionedFeature feature, java.util.List<java.lang.String> path, org.jboss.galleon.universe.FeaturePackLocation.FPID currentFP) -
Uses of ConfigInfo in org.jboss.galleon.cli.model.state
Methods in org.jboss.galleon.cli.model.state with parameters of type ConfigInfo Modifier and Type Method Description voidState. addFeature(PmSession pmSession, FeatureSpecInfo spec, ConfigInfo configuration, java.util.Map<java.lang.String,java.lang.String> options)voidState. excludeLayersConfiguration(PmSession pmSession, ConfigInfo configuration, java.lang.String[] layers)voidState. includeLayersConfiguration(PmSession pmSession, ConfigInfo configuration, java.lang.String[] layers)voidState. removeExcludedLayersConfiguration(PmSession pmSession, ConfigInfo configuration, java.lang.String[] layers)voidState. removeFeature(PmSession pmSession, ConfigInfo ci, FeatureInfo fi)voidState. removeIncludedLayersConfiguration(PmSession pmSession, ConfigInfo configuration, java.lang.String[] layers)voidState. resetConfiguration(PmSession pmSession, ConfigInfo configuration) -
Uses of ConfigInfo in org.jboss.galleon.cli.path
Methods in org.jboss.galleon.cli.path that return ConfigInfo Modifier and Type Method Description ConfigInfoFeatureContainerPathConsumer. getConfig()
-