uk.org.jcam
Class Processor
java.lang.Object
uk.org.jcam.Processor
public class Processor
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DONT_DO_D_OR_E_ON_ERROR
public static final int DONT_DO_D_OR_E_ON_ERROR
- See Also:
- Constant Field Values
DO_ONLY_D_ON_ERROR
public static final int DO_ONLY_D_ON_ERROR
- See Also:
- Constant Field Values
DO_ONLY_E_ON_ERROR
public static final int DO_ONLY_E_ON_ERROR
- See Also:
- Constant Field Values
DO_BOTH_D_AND_E_ON_ERROR
public static final int DO_BOTH_D_AND_E_ON_ERROR
- See Also:
- Constant Field Values
Processor
public Processor()
getProcessOption
public int getProcessOption()
setProcessOption
public void setProcessOption(int processOption)
setTemplate
public void setTemplate(org.jdom.Document template)
throws CAMException
- Throws:
CAMException
setParameterValues
public void setParameterValues(java.lang.String[] parameterStrs)
throws CAMException
- Throws:
CAMException
setDataFile
public void setDataFile(org.jdom.Document datafile)
throws CAMException
- Throws:
CAMException
process
public java.lang.Object process()
throws CAMException
- Throws:
CAMException
process
public java.lang.Object process(java.lang.String ID)
throws CAMException
- Throws:
CAMException
getVersion
public java.lang.String getVersion()