protected static class CommandParser.NoopCharValidator extends Object implements CommandParser.CharacterValidator
Modifier | Constructor and Description |
---|---|
protected |
NoopCharValidator() |
public boolean isValid(char chr)
CommandParser.CharacterValidator
isValid
in interface CommandParser.CharacterValidator
chr
- The character to validate.true
if chr is valid, false
if not.Copyright © 2006–2018 Icegreen Technologies. All rights reserved.