public class ValidationSet extends Object
| Constructor and Description |
|---|
ValidationSet() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExcludes() |
File[] |
getFiles(File basedir) |
String[] |
getIncludes() |
File |
getJsonSchema() |
void |
setExcludes(String[] excludes) |
void |
setIncludes(String[] includes) |
void |
setJsonSchema(File jsonSchema) |
public File getJsonSchema()
public void setJsonSchema(File jsonSchema)
public String[] getIncludes()
public void setIncludes(String[] includes)
public String[] getExcludes()
public void setExcludes(String[] excludes)
Copyright © 2016. All rights reserved.