Class VerificationManager

java.lang.Object
com.atlassian.crowd.migration.verify.VerificationManager

public class VerificationManager extends Object
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 Details

    • VerificationManager

      public VerificationManager(List<Verifier> verifiers)
  • Method Details

    • validate

      public void validate(org.dom4j.Document document) throws ImportException
      Will validate the given document against a list of Verifier's
      Parameters:
      document - the document to validate
      Throws:
      ImportException - if there are any errors during validation