Uses of Class
org.jboss.galleon.cli.model.state.State
-
-
Uses of State in org.jboss.galleon.cli
Methods in org.jboss.galleon.cli that return State Modifier and Type Method Description StatePmSession. getState()Methods in org.jboss.galleon.cli with parameters of type State Modifier and Type Method Description voidPmSession. setState(State state) -
Uses of State in org.jboss.galleon.cli.cmd
Methods in org.jboss.galleon.cli.cmd with parameters of type State Modifier and Type Method Description protected abstract java.util.List<AbstractDynamicCommand.DynamicOption>AbstractDynamicCommand. getDynamicOptions(State state) -
Uses of State in org.jboss.galleon.cli.cmd.maingrp
Methods in org.jboss.galleon.cli.cmd.maingrp with parameters of type State Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>ProvisionCommand. getDynamicOptions(State state)protected java.util.List<AbstractDynamicCommand.DynamicOption>UndoCommand. getDynamicOptions(State state)protected java.util.List<AbstractDynamicCommand.DynamicOption>UninstallCommand. getDynamicOptions(State state)protected java.util.List<AbstractDynamicCommand.DynamicOption>UpdateCommand. getDynamicOptions(State state) -
Uses of State in org.jboss.galleon.cli.cmd.plugin
Methods in org.jboss.galleon.cli.cmd.plugin with parameters of type State Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>AbstractPluginsCommand. getDynamicOptions(State state) -
Uses of State in org.jboss.galleon.cli.cmd.state
Methods in org.jboss.galleon.cli.cmd.state with parameters of type State Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>StateProvisionCommand. getDynamicOptions(State state)protected voidAbstractFPProvisionedCommand. runCommand(PmCommandInvocation invoc, State session)protected abstract voidAbstractFPProvisionedCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidAbstractFPProvisioningCommand. runCommand(PmCommandInvocation invoc, State session)protected abstract voidAbstractFPProvisioningCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.universe.FeaturePackLocation fpl)protected abstract voidAbstractStateCommand. runCommand(PmCommandInvocation invoc, State session) -
Uses of State in org.jboss.galleon.cli.cmd.state.configuration
Methods in org.jboss.galleon.cli.cmd.state.configuration with parameters of type State Modifier and Type Method Description protected ConfigInfoStateResetConfigCommand. getConfiguration(State state)protected voidStateDefineConfigCommand. runCommand(PmCommandInvocation invoc, State state)protected voidStateExcludeConfigCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateIncludeConfigCommand. runCommand(PmCommandInvocation invoc, State state, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateRemoveExcludedConfigCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateRemoveIncludedConfigCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateResetConfigCommand. runCommand(PmCommandInvocation invoc, State state) -
Uses of State in org.jboss.galleon.cli.cmd.state.feature
Methods in org.jboss.galleon.cli.cmd.state.feature with parameters of type State Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>StateAddFeatureCommand. getDynamicOptions(State state)protected voidStateRemoveFeatureCommand. runCommand(PmCommandInvocation invoc, State session) -
Uses of State in org.jboss.galleon.cli.cmd.state.fp
Methods in org.jboss.galleon.cli.cmd.state.fp with parameters of type State Modifier and Type Method Description protected voidStateAddFeaturePackCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.universe.FeaturePackLocation fpl)protected voidStateRemoveFeaturePackCommand. runCommand(PmCommandInvocation invoc, State session) -
Uses of State in org.jboss.galleon.cli.cmd.state.layers
Methods in org.jboss.galleon.cli.cmd.state.layers with parameters of type State Modifier and Type Method Description protected voidStateExcludeLayersCommand. runCommand(PmCommandInvocation invoc, State state)protected voidStateIncludeLayersCommand. runCommand(PmCommandInvocation invoc, State state)protected voidStateRemoveExcludedLayersCommand. runCommand(PmCommandInvocation invoc, State state)protected voidStateRemoveIncludedLayersCommand. runCommand(PmCommandInvocation invoc, State state) -
Uses of State in org.jboss.galleon.cli.cmd.state.pkg
Methods in org.jboss.galleon.cli.cmd.state.pkg with parameters of type State Modifier and Type Method Description protected voidStateExcludePackageCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateIncludePackageCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateRemoveExcludedPackageCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)protected voidStateRemoveIncludedPackageCommand. runCommand(PmCommandInvocation invoc, State session, org.jboss.galleon.config.FeaturePackConfig config)
-