public class XmlInstrumentValidator
extends java.lang.Object
| Constructor and Description |
|---|
XmlInstrumentValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
printMessage(java.lang.String msg)
Prints the input message.
|
static void |
validateInstrumentation(org.apache.commons.cli.CommandLine cmd)
The main instrumentation method.
|
protected static void |
validateInstrumentation(XmlInstrumentParams params)
Validates the instrumentation.
|
public static void validateInstrumentation(org.apache.commons.cli.CommandLine cmd)
cmd - The command line parameters.protected static void validateInstrumentation(XmlInstrumentParams params) throws java.lang.Exception
params - The command line parameters.java.lang.ClassNotFoundException - Thrown if the class is not found.java.lang.RuntimeException - Thrown if a problem when converting the xml.java.lang.IllegalArgumentException - Thrown when the method or class can not be found on the class path.java.io.IOException - Thrown if the file can not be read.org.xml.sax.SAXException - Thrown if a problem parsing the document.java.lang.Exceptionprotected static void printMessage(java.lang.String msg)
msg - The message to be printed to standard out.