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

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

protected class CommandParser.NoopCharValidator
extends Object
implements CommandParser.CharacterValidator


Constructor Summary
protected CommandParser.NoopCharValidator()
           
 
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.NoopCharValidator

protected CommandParser.NoopCharValidator()
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.