Package org.jboss.as.cli.handlers
Interface OperationCommandWithDescription
-
- All Superinterfaces:
CommandHandler,OperationCommand,OperationDescriptionProvider
- All Known Implementing Classes:
DataSourceAddCompositeHandler,XADataSourceAddCompositeHandler
public interface OperationCommandWithDescription extends OperationCommand, OperationDescriptionProvider
- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.cli.OperationCommand
OperationCommand.HandledRequest
-
-
Method Summary
-
Methods inherited from interface org.jboss.as.cli.CommandHandler
getArgument, getArguments, handle, hasArgument, hasArgument, isAvailable, isBatchMode
-
Methods inherited from interface org.jboss.as.cli.OperationCommand
buildHandledRequest, buildRequest, buildRequest
-
Methods inherited from interface org.jboss.as.cli.handlers.OperationDescriptionProvider
getOperationDescription
-
-