Class ListCommand
- java.lang.Object
-
- org.jboss.as.cli.impl.aesh.cmd.security.AbstractControlledCommand
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.security.CommandWithPermissions
-
- org.jboss.as.cli.impl.aesh.cmd.deployment.ListCommand
-
- All Implemented Interfaces:
org.aesh.command.Command<CLICommandInvocation>
public class ListCommand extends CommandWithPermissions
List deployments.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.aesh.command.CommandResultexecute(CLICommandInvocation commandInvocation)static voidlistDeployments(CommandContext ctx, boolean l)-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.deployment.security.CommandWithPermissions
getPermissions
-
Methods inherited from class org.jboss.as.cli.impl.aesh.cmd.security.AbstractControlledCommand
addRequiredPath, addRequiredPath, getAccessRequirement, getCommandContext, getRequiredAddress, getRequiredType, isDependsOnProfile
-
-
-
-
Method Detail
-
execute
public org.aesh.command.CommandResult execute(CLICommandInvocation commandInvocation) throws org.aesh.command.CommandException, InterruptedException
- Throws:
org.aesh.command.CommandExceptionInterruptedException
-
listDeployments
public static void listDeployments(CommandContext ctx, boolean l) throws org.aesh.command.CommandException
- Throws:
org.aesh.command.CommandException
-
-