Package org.jboss.as.cli
Interface OperationCommand
-
- All Superinterfaces:
CommandHandler
- All Known Subinterfaces:
OperationCommandWithDescription
- All Known Implementing Classes:
ArchiveHandler,AttachmentHandler,BaseOperationCommand,BatchModeCommandHandler,BatchRunHandler,DataSourceAddCompositeHandler,DeployHandler,DeploymentHandler,DeploymentInfoHandler,DeploymentOverlayHandler,GenericTypeOperationHandler,InstallationReportHandler,JDBCDriverInfoHandler,LsHandler,OperationRequestHandler,ReadAttributeHandler,ReadOperationHandler,ReloadHandler,ResourceCompositeOperationHandler,ShutdownHandler,UndeployHandler,XADataSourceAddCompositeHandler
public interface OperationCommand extends CommandHandler
- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperationCommand.HandledRequest
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default OperationCommand.HandledRequestbuildHandledRequest(CommandContext ctx, Attachments attachments)org.jboss.dmr.ModelNodebuildRequest(CommandContext ctx)default org.jboss.dmr.ModelNodebuildRequest(CommandContext ctx, Attachments attachments)-
Methods inherited from interface org.jboss.as.cli.CommandHandler
getArgument, getArguments, handle, hasArgument, hasArgument, isAvailable, isBatchMode
-
-
-
-
Method Detail
-
buildRequest
org.jboss.dmr.ModelNode buildRequest(CommandContext ctx) throws CommandFormatException
- Throws:
CommandFormatException
-
buildRequest
default org.jboss.dmr.ModelNode buildRequest(CommandContext ctx, Attachments attachments) throws CommandFormatException
- Throws:
CommandFormatException
-
buildHandledRequest
default OperationCommand.HandledRequest buildHandledRequest(CommandContext ctx, Attachments attachments) throws CommandFormatException
- Throws:
CommandFormatException
-
-