Interface CommandParser.CharacterValidator
-
- All Known Implementing Classes:
CommandParser.ATOM_CHARValidator
,CommandParser.DigitCharValidator
,CommandParser.NoopCharValidator
- Enclosing class:
- CommandParser
protected static interface CommandParser.CharacterValidator
Provides the ability to ensure characters are part of a permitted set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(char chr)
Validates the supplied character.
-