Uses of Class
org.jboss.galleon.cli.cmd.AbstractDynamicCommand.DynamicOption
-
-
Uses of AbstractDynamicCommand.DynamicOption in org.jboss.galleon.cli.cmd
Methods in org.jboss.galleon.cli.cmd that return types with arguments of type AbstractDynamicCommand.DynamicOption Modifier and Type Method Description protected abstract java.util.List<AbstractDynamicCommand.DynamicOption>AbstractDynamicCommand. getDynamicOptions(State state) -
Uses of AbstractDynamicCommand.DynamicOption in org.jboss.galleon.cli.cmd.maingrp
Methods in org.jboss.galleon.cli.cmd.maingrp that return types with arguments of type AbstractDynamicCommand.DynamicOption 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 AbstractDynamicCommand.DynamicOption in org.jboss.galleon.cli.cmd.plugin
Methods in org.jboss.galleon.cli.cmd.plugin that return types with arguments of type AbstractDynamicCommand.DynamicOption Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>AbstractPluginsCommand. getDynamicOptions(State state) -
Uses of AbstractDynamicCommand.DynamicOption in org.jboss.galleon.cli.cmd.state
Methods in org.jboss.galleon.cli.cmd.state that return types with arguments of type AbstractDynamicCommand.DynamicOption Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>StateProvisionCommand. getDynamicOptions(State state) -
Uses of AbstractDynamicCommand.DynamicOption in org.jboss.galleon.cli.cmd.state.feature
Methods in org.jboss.galleon.cli.cmd.state.feature that return types with arguments of type AbstractDynamicCommand.DynamicOption Modifier and Type Method Description protected java.util.List<AbstractDynamicCommand.DynamicOption>StateAddFeatureCommand. getDynamicOptions(State state)
-