Class RolloutPlanHeaderCallbackHandler
- java.lang.Object
-
- org.jboss.as.cli.parsing.operation.header.RolloutPlanHeaderCallbackHandler
-
- All Implemented Interfaces:
ParsingStateCallbackHandler
public class RolloutPlanHeaderCallbackHandler extends Object implements ParsingStateCallbackHandler
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description RolloutPlanHeaderCallbackHandler(DefaultCallbackHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacter(ParsingContext ctx)voidenteredState(ParsingContext ctx)voidleavingState(ParsingContext ctx)
-
-
-
Constructor Detail
-
RolloutPlanHeaderCallbackHandler
public RolloutPlanHeaderCallbackHandler(DefaultCallbackHandler handler)
-
-
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
-
-