|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.migration.verify.VerificationManager
public class VerificationManager
This manager will look after verifiers that need to run against the imported XML document before import to validate that the import can proceed.
| Constructor Summary | |
|---|---|
VerificationManager(java.util.List<Verifier> verifiers)
|
|
| Method Summary | |
|---|---|
void |
validate(org.dom4j.Document document)
Will validate the given document against a list of Verifier's |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerificationManager(java.util.List<Verifier> verifiers)
| Method Detail |
|---|
public void validate(org.dom4j.Document document)
throws ImportException
Verifier's
document - the document to validate
ImportException - if there are any errors during validation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||