ValidationOptions.java
487 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.fd.forms.api;
public class ValidationOptions {
String contentRoot;
String debugDir;
public String getContentRoot() {
return this.contentRoot;
}
public void setContentRoot(String contentRoot) {
this.contentRoot = contentRoot;
}
public String getDebugDir() {
return this.debugDir;
}
public void setDebugDir(String debugDir) {
this.debugDir = debugDir;
}
}