Package org.jboss.as.cli.operation
Interface CommandLineParser
-
- All Known Implementing Classes:
DefaultOperationRequestParser
public interface CommandLineParser- Author:
- Alexey Loubyansky
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCommandLineParser.CallbackHandler
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(String operationRequest, CommandLineParser.CallbackHandler handler)
-
-
-
Method Detail
-
parse
void parse(String operationRequest, CommandLineParser.CallbackHandler handler) throws OperationFormatException
- Throws:
OperationFormatException
-
-