Package org.jboss.as.cli.operation.impl
Class SegmentParsingInitialState.SegmentParsingCallbackHandler
- java.lang.Object
-
- org.jboss.as.cli.operation.impl.SegmentParsingInitialState.SegmentParsingCallbackHandler
-
- All Implemented Interfaces:
ParsingStateCallbackHandler
- Enclosing class:
- SegmentParsingInitialState
public static class SegmentParsingInitialState.SegmentParsingCallbackHandler extends Object implements ParsingStateCallbackHandler
-
-
Constructor Summary
Constructors Constructor Description SegmentParsingCallbackHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacter(ParsingContext ctx)voidenteredState(ParsingContext ctx)intgetOffset()booleanisOpenQuotes()voidleavingState(ParsingContext ctx)voidreset()
-
-
-
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
-
getOffset
public int getOffset()
-
isOpenQuotes
public boolean isOpenQuotes()
-
reset
public void reset()
-
-