|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface CommandParser.CharacterValidator
Provides the ability to ensure characters are part of a permitted set.
Method Summary | |
---|---|
boolean |
isValid(char chr)
Validates the supplied character. |
Method Detail |
---|
boolean isValid(char chr)
chr
- The character to validate.
true
if chr is valid, false
if not.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |