Class CommandParser.NoopCharValidator
- java.lang.Object
-
- com.icegreen.greenmail.imap.commands.CommandParser.NoopCharValidator
-
- All Implemented Interfaces:
CommandParser.CharacterValidator
- Enclosing class:
- CommandParser
protected class CommandParser.NoopCharValidator extends java.lang.Object implements CommandParser.CharacterValidator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NoopCharValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid(char chr)
Validates the supplied character.
-
-
-
Method Detail
-
isValid
public boolean isValid(char chr)
Description copied from interface:CommandParser.CharacterValidator
Validates the supplied character.- Specified by:
isValid
in interfaceCommandParser.CharacterValidator
- Parameters:
chr
- The character to validate.- Returns:
true
if chr is valid,false
if not.
-
-