public class DeploymentCommand extends CommandWithPermissions implements org.aesh.command.GroupCommand<CLICommandInvocation,org.aesh.command.Command>
| Constructor and Description |
|---|
DeploymentCommand(CommandContext ctx,
Permissions permissions) |
| Modifier and Type | Method and Description |
|---|---|
org.aesh.command.CommandResult |
execute(CLICommandInvocation commandInvocation)
Deprecated.
|
List<org.aesh.command.Command> |
getCommands() |
static void |
registerDeploymentCommands(CommandContext ctx,
CLICommandRegistry registry) |
getPermissionsaddRequiredPath, addRequiredPath, getAccessRequirement, getCommandContext, getRequiredAddress, getRequiredType, isDependsOnProfilepublic DeploymentCommand(CommandContext ctx, Permissions permissions)
public static void registerDeploymentCommands(CommandContext ctx, CLICommandRegistry registry) throws CommandLineException, org.aesh.command.parser.CommandLineParserException
CommandLineExceptionorg.aesh.command.parser.CommandLineParserException@Deprecated public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
execute in interface org.aesh.command.Command<CLICommandInvocation>org.aesh.command.CommandExceptionInterruptedExceptionpublic List<org.aesh.command.Command> getCommands()
getCommands in interface org.aesh.command.GroupCommand<CLICommandInvocation,org.aesh.command.Command>Copyright © 2018 JBoss by Red Hat. All rights reserved.