
public class Validation extends Object
| Constructor and Description |
|---|
Validation() |
| Modifier and Type | Method and Description |
|---|---|
static int |
validate(org.ironjacamar.common.api.metadata.spec.Connector c,
File root,
File report,
ClassLoader cl)
validate
|
static int |
validate(URL url,
String output)
validate
|
static int |
validate(URL url,
String output,
String[] classpath)
validate
|
public static int validate(URL url, String output)
url - The urloutput - directory of outputpublic static int validate(URL url, String output, String[] classpath)
url - The urloutput - directory of outputclasspath - classpath of includingpublic static int validate(org.ironjacamar.common.api.metadata.spec.Connector c,
File root,
File report,
ClassLoader cl)
throws ValidatorException,
IOException
c - The spec metadataroot - The root directory of the expanded resource adapter archivereport - The destination of the report; null if an exception should be thrown insteadcl - The class loaderValidatorException - Thrown if a validation error occursIOException - If an I/O error occursCopyright 2015 IronJacamar (http://www.ironjacamar.org)