Uses of Class
org.jboss.as.cli.Attachments
-
-
Uses of Attachments in org.jboss.as.cli
Fields in org.jboss.as.cli declared as Attachments Modifier and Type Field Description static AttachmentsAttachments. IMMUTABLE_ATTACHMENTSMethods in org.jboss.as.cli with parameters of type Attachments Modifier and Type Method Description default OperationCommand.HandledRequestOperationCommand. buildHandledRequest(CommandContext ctx, Attachments attachments)default org.jboss.dmr.ModelNodeOperationCommand. buildRequest(CommandContext ctx, Attachments attachments)static org.jboss.dmr.ModelNodeUtil. toOperationRequest(CommandContext ctx, ParsedCommandLine parsedLine, Attachments attachments)Method parameters in org.jboss.as.cli with type arguments of type Attachments Modifier and Type Method Description voidAttachments. addConsumer(Consumer<Attachments> listener)Constructors in org.jboss.as.cli with parameters of type Attachments Constructor Description RequestWithAttachments(org.jboss.dmr.ModelNode request, Attachments attachments) -
Uses of Attachments in org.jboss.as.cli.batch
Methods in org.jboss.as.cli.batch that return Attachments Modifier and Type Method Description default AttachmentsBatch. getAttachments() -
Uses of Attachments in org.jboss.as.cli.batch.impl
Methods in org.jboss.as.cli.batch.impl that return Attachments Modifier and Type Method Description AttachmentsDefaultBatch. getAttachments() -
Uses of Attachments in org.jboss.as.cli.handlers
Methods in org.jboss.as.cli.handlers that return Attachments Modifier and Type Method Description protected AttachmentsBaseOperationCommand. getAttachments(CommandContext ctx)Methods in org.jboss.as.cli.handlers with parameters of type Attachments Modifier and Type Method Description OperationCommand.HandledRequestAttachmentHandler. buildHandledRequest(CommandContext ctx, Attachments attachments) -
Uses of Attachments in org.jboss.as.cli.handlers.batch
Methods in org.jboss.as.cli.handlers.batch that return Attachments Modifier and Type Method Description AttachmentsBatchRunHandler. getAttachments(CommandContext ctx) -
Uses of Attachments in org.jboss.as.cli.impl.aesh.cmd.deployment
Methods in org.jboss.as.cli.impl.aesh.cmd.deployment with parameters of type Attachments Modifier and Type Method Description BatchCompliantCommand.BatchResponseHandlerAbstractDeployCommand. buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)BatchCompliantCommand.BatchResponseHandlerAbstractUndeployCommand. buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)BatchCompliantCommand.BatchResponseHandlerDeployArchiveCommand. buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)org.jboss.dmr.ModelNodeDeployArchiveCommand. buildRequest(CommandContext context, Attachments attachments)null attachments means that the command is in a batch, non null means command executed. -
Uses of Attachments in org.wildfly.core.cli.command
Methods in org.wildfly.core.cli.command with parameters of type Attachments Modifier and Type Method Description BatchCompliantCommand.BatchResponseHandlerBatchCompliantCommand. buildBatchResponseHandler(CommandContext commandContext, Attachments attachments)default org.jboss.dmr.ModelNodeDMRCommand. buildRequest(CommandContext context, Attachments attachments)
-