Package org.jboss.as.cli.handlers
Interface OperationDescriptionProvider
-
- All Known Subinterfaces:
OperationCommandWithDescription
- All Known Implementing Classes:
DataSourceAddCompositeHandler,XADataSourceAddCompositeHandler
public interface OperationDescriptionProvider- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.dmr.ModelNodegetOperationDescription(CommandContext ctx)
-
-
-
Method Detail
-
getOperationDescription
org.jboss.dmr.ModelNode getOperationDescription(CommandContext ctx) throws CommandLineException
- Throws:
CommandLineException
-
-