Package com.adobe.fd.forms.api
Class ValidationOptions
- java.lang.Object
-
- com.adobe.fd.forms.api.ValidationOptions
-
public class ValidationOptions extends java.lang.ObjectOptions for validate operation of FormsService
-
-
Constructor Summary
Constructors Constructor Description ValidationOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentRoot()java.lang.StringgetDebugDir()voidsetContentRoot(java.lang.String contentRoot)voidsetDebugDir(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
-
-
-
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-
-
-