Class ArgumentValueCallbackHandler
- java.lang.Object
-
- org.jboss.as.cli.parsing.arguments.ArgumentValueCallbackHandler
-
- All Implemented Interfaces:
ParsingStateCallbackHandler
public class ArgumentValueCallbackHandler extends Object implements ParsingStateCallbackHandler
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description ArgumentValueCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacter(ParsingContext ctx)voidenteredState(ParsingContext ctx)org.jboss.dmr.ModelNodegetResult()voidleavingState(ParsingContext ctx)
-
-
-
Method Detail
-
enteredState
public void enteredState(ParsingContext ctx) throws CommandFormatException
- Specified by:
enteredStatein interfaceParsingStateCallbackHandler- Throws:
CommandFormatException
-
leavingState
public void leavingState(ParsingContext ctx) throws CommandFormatException
- Specified by:
leavingStatein interfaceParsingStateCallbackHandler- Throws:
CommandFormatException
-
character
public void character(ParsingContext ctx) throws CommandFormatException
- Specified by:
characterin interfaceParsingStateCallbackHandler- Throws:
CommandFormatException
-
getResult
public org.jboss.dmr.ModelNode getResult()
-
-