JBoss Common Classes 2.2.17.GA

org.jboss.util
Class CharacterChecker.WhitespaceChecker

java.lang.Object
  extended by org.jboss.util.CharacterChecker.WhitespaceChecker
All Implemented Interfaces:
CharacterChecker
Enclosing interface:
CharacterChecker

public static class CharacterChecker.WhitespaceChecker
extends Object
implements CharacterChecker


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.util.CharacterChecker
CharacterChecker.WhitespaceChecker
 
Field Summary
 
Fields inherited from interface org.jboss.util.CharacterChecker
WHITESPACE
 
Constructor Summary
CharacterChecker.WhitespaceChecker()
           
 
Method Summary
 boolean isCharacterLegal(char character)
          Is character legal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterChecker.WhitespaceChecker

public CharacterChecker.WhitespaceChecker()
Method Detail

isCharacterLegal

public boolean isCharacterLegal(char character)
Description copied from interface: CharacterChecker
Is character legal.

Specified by:
isCharacterLegal in interface CharacterChecker
Parameters:
character - the char parameter
Returns:
true if legal, false otherwise

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.