|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Checks.ICondition | |
---|---|
edu.mit.jverbnet.util | Provides utility classes |
Uses of Checks.ICondition in edu.mit.jverbnet.util |
---|
Subinterfaces of Checks.ICondition in edu.mit.jverbnet.util | |
---|---|
static interface |
Checks.ICheck<S>
A check object provides the ability to throw an exception when a specified object satisfies the condition. |
static interface |
Checks.IMask<S>
A mask object provides the ability to substitute different values for a specified object if it matches the condition. |
Classes in edu.mit.jverbnet.util that implement Checks.ICondition | |
---|---|
static class |
Checks.Check<S>
Abstract implementation of a check. |
static class |
Checks.Condition<S>
Abstract implementation of a condition. |
static class |
Checks.Mask<S>
Abstract implementation of a mask. |
Methods in edu.mit.jverbnet.util with parameters of type Checks.ICondition | |
---|---|
static java.lang.String |
Checks.trim(Checks.ICondition<java.lang.Object> test,
java.lang.String value)
Trims the string if it matches the condition. |
static java.lang.String |
Checks.trimAndMask(Checks.ICondition<java.lang.Object> test,
java.lang.String value,
Checks.IMask<java.lang.String> mask,
java.lang.String maskValue)
First trims the string if it matches the condition, then applies the mask to the resulting value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |