Package org.jboss.util
Interface CharacterChecker
-
- All Known Implementing Classes:
CharacterChecker.WhitespaceChecker
public interface CharacterChecker
Character checker interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CharacterChecker.WhitespaceChecker
-
Field Summary
Fields Modifier and Type Field Description static CharacterChecker
WHITESPACE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCharacterLegal(char character)
Is character legal.
-
-
-
Field Detail
-
WHITESPACE
static final CharacterChecker WHITESPACE
-
-