public class XmlInstrumentParams
extends java.lang.Object
| Constructor and Description |
|---|
XmlInstrumentParams()
Creates this XmlInstrumentParams.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile()
Returns the file path.
|
boolean |
isDebug()
Gets the debug flag.
|
void |
setDebug(java.lang.String[] pDebug,
java.lang.String tagName)
Sets the debug flag.
|
void |
setFile(java.lang.String[] pFile,
java.lang.String tagName)
Validates and sets the field file.
|
public XmlInstrumentParams()
public void setFile(java.lang.String[] pFile,
java.lang.String tagName)
pFile - the file to settagName - The command line name.public java.io.File getFile()
public void setDebug(java.lang.String[] pDebug,
java.lang.String tagName)
pDebug - tagName - public boolean isDebug()