|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ca.spaz.cron.config.DatasourceValidator
public final class DatasourceValidator
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
static DatasourceValidator |
getInstance()
|
boolean |
isValid(java.lang.String key,
java.lang.String value)
Validate the specified value for the key. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isValid(java.lang.String key, java.lang.String value)
PropertyValidator
isValid
in interface PropertyValidator
key
- The property key to test.value
- The property value to test.
true
if the value is a valid one for the specified key,
false
otherwise.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static final DatasourceValidator getInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |