|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface capable of performing system verifications at enhancement time.
| Inner Class Summary | |
static class |
Verifier.Error
An error. |
static class |
Verifier.Msg
Represents a message to the user about the verification. |
static class |
Verifier.Warning
A warning. |
| Method Summary | |
void |
clearMessages()
Clears the messages that have been accumulated from the verification thus far. |
Verifier.Msg[] |
getMessages()
Returns the accumulated messages from the verification that has been performed thus far. |
boolean |
isPostVerifier()
Returns true if this verifier should be run after
enhancement. |
boolean |
isPreVerifier()
Returns true if this verifier should be run
before enhancement. |
void |
reset()
Resets the state of this verifier to a clean state. |
void |
setConfiguration(Configuration conf)
Sets the Configuration that this verifier should use
for any settings. |
void |
setMetaData(ClassMetaData meta)
Sets the ClassMetaData that this verifier should verify. |
void |
verify()
Verify the metadata configured by setMetaData(com.solarmetric.kodo.meta.ClassMetaData). |
| Method Detail |
public void setConfiguration(Configuration conf)
Configuration that this verifier should use
for any settings.public void setMetaData(ClassMetaData meta)
ClassMetaData that this verifier should verify.public void verify()
setMetaData(com.solarmetric.kodo.meta.ClassMetaData).public Verifier.Msg[] getMessages()
public void clearMessages()
public boolean isPreVerifier()
true if this verifier should be run
before enhancement. It is valid for a verifier to return
true from both isPostVerifier() and this
method.public boolean isPostVerifier()
true if this verifier should be run after
enhancement. It is valid for a verifier to return
true from both isPreVerifier() and this
method.public void reset()
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||