Interface IDfValidationOperation

All Superinterfaces:
IDfOperation

public interface IDfValidationOperation extends IDfOperation
Represents XML Validation operation.
  • Method Details

    • setDestinationDirectory

      void setDestinationDirectory(String dirPath) throws DfException
      Sets the destination directory where the temporary file will be placed during validation of xml file.
      Parameters:
      dirPath - - String
      Throws:
      DfException
    • getDestinationDirectory

      String getDestinationDirectory() throws DfException
      Gets the destination directory where the temporary file will be placed during validation of xml file.
      Returns:
      file system directory path.
      Throws:
      DfException