com.icegreen.greenmail.imap.commands
Class CommandParser.ATOM_CHARValidator

java.lang.Object
  extended by com.icegreen.greenmail.imap.commands.CommandParser.ATOM_CHARValidator
All Implemented Interfaces:
CommandParser.CharacterValidator
Enclosing class:
CommandParser

protected class CommandParser.ATOM_CHARValidator
extends Object
implements CommandParser.CharacterValidator


Constructor Summary
protected CommandParser.ATOM_CHARValidator()
           
 
Method Summary
 boolean isValid(char chr)
          Validates the supplied character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandParser.ATOM_CHARValidator

protected CommandParser.ATOM_CHARValidator()
Method Detail

isValid

public boolean isValid(char chr)
Description copied from interface: CommandParser.CharacterValidator
Validates the supplied character.

Specified by:
isValid in interface CommandParser.CharacterValidator
Parameters:
chr - The character to validate.
Returns:
true if chr is valid, false if not.