Uses of Class
org.jboss.as.cli.OperationCommand.HandledRequest
-
Packages that use OperationCommand.HandledRequest Package Description org.jboss.as.cli org.jboss.as.cli.handlers org.jboss.as.cli.impl -
-
Uses of OperationCommand.HandledRequest in org.jboss.as.cli
Methods in org.jboss.as.cli that return OperationCommand.HandledRequest Modifier and Type Method Description default OperationCommand.HandledRequestOperationCommand. buildHandledRequest(CommandContext ctx, Attachments attachments) -
Uses of OperationCommand.HandledRequest in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers that return OperationCommand.HandledRequest Modifier and Type Method Description OperationCommand.HandledRequestAttachmentHandler. buildHandledRequest(CommandContext ctx, Attachments attachments) -
Uses of OperationCommand.HandledRequest in org.jboss.as.cli.impl
Methods in org.jboss.as.cli.impl that return OperationCommand.HandledRequest Modifier and Type Method Description OperationCommand.HandledRequestCommandContextImpl. buildAeshCommandRequest(ParsedCommandLine parsedCmd, boolean batchMode)protected OperationCommand.HandledRequestCommandContextImpl. buildRequest(String line, boolean batchMode)
-