|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javatools.util.ValidatorCluster
It is a set of validators.
Constructor Summary | |
ValidatorCluster()
Creates new ValidatorCluster |
Method Summary | |
void |
addValidator(Validator val)
Adds a validator to the list. |
boolean |
getValid()
Makes a logical and between all the getValid results. |
void |
setValid(boolean valid)
Calls all interfaced validators function setValid . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValidatorCluster()
Method Detail |
public void setValid(boolean valid)
setValid
.
valid
- The flag to use.public boolean getValid()
getValid
results.
public void addValidator(Validator val)
val
- The validator to add.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |