Package org.jboss.as.cli.parsing
Interface CharacterHandler
-
- All Known Implementing Classes:
EnterStateCharacterHandler,LineBreakHandler,WordCharacterHandler
public interface CharacterHandler- Author:
- Alexey Loubyansky
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(ParsingContext ctx)
-
-
-
Method Detail
-
handle
void handle(ParsingContext ctx) throws CommandFormatException
- Throws:
CommandFormatException
-
-