AllowedCharacterRule(char[] c,
MatchBehavior behavior) |
Create a new allowed character rule.
|
AllowedCharacterRule(char[] c,
MatchBehavior behavior,
boolean reportAll) |
Create a new allowed character rule.
|
IllegalCharacterRule(char[] c,
MatchBehavior behavior) |
Create a new illegal character rule.
|
IllegalCharacterRule(char[] c,
MatchBehavior behavior,
boolean reportAll) |
Create a new illegal character rule.
|
NumberRangeRule(int lower,
int upper,
MatchBehavior behavior) |
Creates a new number range rule.
|
NumberRangeRule(int lower,
int upper,
MatchBehavior behavior,
boolean reportAll) |
Creates a new number range rule.
|
UsernameRule(boolean mb,
boolean ic,
MatchBehavior behavior) |
Create a new username rule.
|
UsernameRule(MatchBehavior behavior) |
Create a new username rule.
|
WhitespaceRule(char[] chars,
MatchBehavior behavior) |
Creates a new whitespace rule.
|
WhitespaceRule(char[] chars,
MatchBehavior behavior,
boolean reportAll) |
Creates a new whitespace rule.
|
WhitespaceRule(MatchBehavior behavior) |
Creates a new whitespace rule.
|
WhitespaceRule(MatchBehavior behavior,
boolean reportAll) |
Creates a new whitespace rule.
|