Uses of Class
org.jboss.galleon.cli.PmCommandInvocation
-
-
Uses of PmCommandInvocation in org.jboss.galleon.cli
Methods in org.jboss.galleon.cli with parameters of type PmCommandInvocation Modifier and Type Method Description voidPmSession. commandEnd(PmCommandInvocation session)voidPmSession. commandStart(PmCommandInvocation session)org.aesh.command.CommandResultPmSessionCommand. execute(PmCommandInvocation session)static voidPmSessionCommand. handleException(PmCommandInvocation session, java.lang.Throwable t)protected abstract voidPmSessionCommand. runCommand(PmCommandInvocation session) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd
Methods in org.jboss.galleon.cli.cmd with parameters of type PmCommandInvocation Modifier and Type Method Description protected abstract voidAbstractDynamicCommand. doValidateOptions(PmCommandInvocation invoc)org.aesh.command.CommandResultAbstractDynamicCommand. execute(PmCommandInvocation session)default org.aesh.command.CommandResultPmGroupCommand. execute(PmCommandInvocation commandInvocation)protected abstract voidAbstractDynamicCommand. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidHelpCommand. runCommand(PmCommandInvocation session)protected voidPmExitCommand. runCommand(PmCommandInvocation session) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.featurepack
Methods in org.jboss.galleon.cli.cmd.featurepack with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidClearCacheCommand. runCommand(PmCommandInvocation session)protected voidGetInfoCommand. runCommand(PmCommandInvocation commandInvocation)protected voidImportCommand. runCommand(PmCommandInvocation commandInvocation) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.filesystem
Methods in org.jboss.galleon.cli.cmd.filesystem with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidCdCommand. runCommand(PmCommandInvocation session) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.installation
Methods in org.jboss.galleon.cli.cmd.installation with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidAddUniverseCommand. runCommand(PmCommandInvocation commandInvocation)protected voidClearHistoryCommand. runCommand(PmCommandInvocation invoc)protected voidExportCommand. runCommand(PmCommandInvocation invoc)protected voidGetHistoryLimitCommand. runCommand(PmCommandInvocation invoc)protected voidRemoveUniverseCommand. runCommand(PmCommandInvocation commandInvocation)protected voidSetHistoryLimitCommand. runCommand(PmCommandInvocation invoc) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.maingrp
Methods in org.jboss.galleon.cli.cmd.maingrp with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidProvisionCommand. doRunCommand(PmCommandInvocation invoc, java.util.Map<java.lang.String,java.lang.String> options)protected voidUndoCommand. doRunCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidUninstallCommand. doRunCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidUpdateCommand. doRunCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidInstallCommand. doValidateOptions(PmCommandInvocation invoc)protected voidProvisionCommand. doValidateOptions(PmCommandInvocation invoc)protected voidUndoCommand. doValidateOptions(PmCommandInvocation invoc)protected voidUninstallCommand. doValidateOptions(PmCommandInvocation invoc)protected voidUpdateCommand. doValidateOptions(PmCommandInvocation invoc)static voidFindCommand. printExceptions(PmCommandInvocation invoc, java.util.Map<org.jboss.galleon.universe.UniverseSpec,java.util.Set<java.lang.String>> exceptions)protected voidCheckUpdatesCommand. runCommand(PmCommandInvocation session)protected voidFindCommand. runCommand(PmCommandInvocation invoc)protected voidGetChangesCommand. runCommand(PmCommandInvocation invoc)protected voidGetInfoCommand. runCommand(PmCommandInvocation invoc)protected voidInstallCommand. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options, org.jboss.galleon.universe.FeaturePackLocation loc)voidListFeaturePacksCommand. runCommand(PmCommandInvocation invoc)protected voidPersistChangesCommand. runCommand(PmCommandInvocation invoc) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.mvn
Methods in org.jboss.galleon.cli.cmd.mvn with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidMavenAddRepository. runCommand(PmCommandInvocation session)protected voidMavenEnableOffline. runCommand(PmCommandInvocation session)protected voidMavenEnableRelease. runCommand(PmCommandInvocation session)protected voidMavenEnableSnapshot. runCommand(PmCommandInvocation session)protected voidMavenGetInfo. runCommand(PmCommandInvocation session)protected voidMavenRemoveRepository. runCommand(PmCommandInvocation session)protected voidMavenResetLocalRepository. runCommand(PmCommandInvocation session)protected voidMavenResetOffline. runCommand(PmCommandInvocation session)protected voidMavenResetRelease. runCommand(PmCommandInvocation session)protected voidMavenResetReleasePolicy. runCommand(PmCommandInvocation session)protected voidMavenResetSettings. runCommand(PmCommandInvocation session)protected voidMavenResetSnapshot. runCommand(PmCommandInvocation session)protected voidMavenResetSnapshotPolicy. runCommand(PmCommandInvocation session)protected voidMavenResolveFeaturePack. runCommand(PmCommandInvocation session)protected voidMavenSetLocalRepository. runCommand(PmCommandInvocation session)protected voidMavenSetReleasePolicy. runCommand(PmCommandInvocation session)protected voidMavenSetSettings. runCommand(PmCommandInvocation session)protected voidMavenSetSnapshotPolicy. runCommand(PmCommandInvocation session) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.plugin
Methods in org.jboss.galleon.cli.cmd.plugin with parameters of type PmCommandInvocation Modifier and Type Method Description protected abstract voidAbstractProvisionWithPlugins. doRunCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidAbstractPluginsCommand. doValidateOptions(PmCommandInvocation invoc)protected org.jboss.galleon.ProvisioningManagerAbstractPluginsCommand. getManager(PmCommandInvocation session)protected org.jboss.galleon.ProvisioningManagerAbstractProvisionWithPlugins. getManager(PmCommandInvocation session)protected voidAbstractPluginsCommand. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected abstract voidAbstractPluginsCommand. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options, org.jboss.galleon.universe.FeaturePackLocation loc)protected voidAbstractProvisionWithPlugins. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.state
Methods in org.jboss.galleon.cli.cmd.state with parameters of type PmCommandInvocation Modifier and Type Method Description static java.lang.StringStateInfoUtil. buildPatches(PmCommandInvocation invoc, org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout> layout)static voidStateInfoUtil. displayInfo(PmCommandInvocation invoc, java.nio.file.Path installation, org.jboss.galleon.config.ProvisioningConfig config, java.lang.String type, java.util.function.Function<org.jboss.galleon.layout.ProvisioningLayout<org.jboss.galleon.layout.FeaturePackLayout>,FeatureContainer> supplier)protected voidStateProvisionCommand. doRunCommand(PmCommandInvocation invoc, java.util.Map<java.lang.String,java.lang.String> options)protected voidStateProvisionCommand. doValidateOptions(PmCommandInvocation invoc)static voidStateInfoUtil. printContentPath(PmCommandInvocation session, FeatureContainer fp, java.lang.String path)static voidStateInfoUtil. printFeaturePack(PmCommandInvocation commandInvocation, org.jboss.galleon.universe.FeaturePackLocation loc)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 voidAbstractStateCommand. runCommand(PmCommandInvocation invoc)protected abstract voidAbstractStateCommand. runCommand(PmCommandInvocation invoc, State session)protected voidStateAddUniverseCommand. runCommand(PmCommandInvocation commandInvocation)protected voidStateCdCommand. runCommand(PmCommandInvocation session)protected voidStateEditCommand. runCommand(PmCommandInvocation invoc)protected voidStateExportCommand. runCommand(PmCommandInvocation invoc)protected voidStateGetInfoCommand. runCommand(PmCommandInvocation invoc)protected voidStateLeaveCommand. runCommand(PmCommandInvocation invoc)protected voidStateLsCommand. runCommand(PmCommandInvocation session)protected voidStateNewCommand. runCommand(PmCommandInvocation invoc)protected voidStatePwdCommand. runCommand(PmCommandInvocation session)protected voidStateRemoveUniverseCommand. runCommand(PmCommandInvocation commandInvocation)protected voidStateSearchCommand. runCommand(PmCommandInvocation invoc)protected voidStateUndoCommand. runCommand(PmCommandInvocation invoc) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.state.configuration
Methods in org.jboss.galleon.cli.cmd.state.configuration with parameters of type PmCommandInvocation Modifier and Type Method Description 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 PmCommandInvocation in org.jboss.galleon.cli.cmd.state.feature
Methods in org.jboss.galleon.cli.cmd.state.feature with parameters of type PmCommandInvocation Modifier and Type Method Description protected voidStateAddFeatureCommand. doValidateOptions(PmCommandInvocation invoc)protected voidStateAddFeatureCommand. runCommand(PmCommandInvocation session, java.util.Map<java.lang.String,java.lang.String> options)protected voidStateRemoveFeatureCommand. runCommand(PmCommandInvocation invoc, State session) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.cmd.state.fp
Methods in org.jboss.galleon.cli.cmd.state.fp with parameters of type PmCommandInvocation 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 PmCommandInvocation in org.jboss.galleon.cli.cmd.state.layers
Methods in org.jboss.galleon.cli.cmd.state.layers with parameters of type PmCommandInvocation 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 PmCommandInvocation in org.jboss.galleon.cli.cmd.state.pkg
Methods in org.jboss.galleon.cli.cmd.state.pkg with parameters of type PmCommandInvocation 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) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.terminal
Methods in org.jboss.galleon.cli.terminal that return PmCommandInvocation Modifier and Type Method Description PmCommandInvocationCliShellInvocationProvider. enhanceCommandInvocation(org.aesh.command.invocation.CommandInvocation commandInvocation)PmCommandInvocationInteractiveInvocationProvider. enhanceCommandInvocation(org.aesh.command.invocation.CommandInvocation commandInvocation)PmCommandInvocationOutputInvocationProvider. enhanceCommandInvocation(org.aesh.command.invocation.CommandInvocation commandInvocation) -
Uses of PmCommandInvocation in org.jboss.galleon.cli.tracking
Methods in org.jboss.galleon.cli.tracking with parameters of type PmCommandInvocation Modifier and Type Method Description static voidProgressTrackers. commandEnd(PmCommandInvocation session)static voidProgressTrackers. commandStart(PmCommandInvocation session)static org.jboss.galleon.progresstracking.ProgressTracker<org.jboss.galleon.universe.FeaturePackLocation.FPID>ProgressTrackers. newFindTracker(PmCommandInvocation invoc)
-