Class ValidationOptions


  • public class ValidationOptions
    extends java.lang.Object
    Options for validate operation of FormsService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContentRoot()  
      java.lang.String getDebugDir()  
      void setContentRoot​(java.lang.String contentRoot)  
      void setDebugDir​(java.lang.String debugDir)
      Sets the location of directory in which debug dumps are created; Debug dumps are created only if an existing directory is set in options
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationOptions

        public ValidationOptions()
    • Method Detail

      • getContentRoot

        public java.lang.String getContentRoot()
      • setContentRoot

        public void setContentRoot​(java.lang.String contentRoot)
      • getDebugDir

        public java.lang.String getDebugDir()
      • setDebugDir

        public void setDebugDir​(java.lang.String debugDir)
        Sets the location of directory in which debug dumps are created; Debug dumps are created only if an existing directory is set in options
        Parameters:
        debugDir -