uk.org.jcam
Class Processor

java.lang.Object
  extended by uk.org.jcam.Processor

public class Processor
extends java.lang.Object


Field Summary
static int DO_BOTH_D_AND_E_ON_ERROR
           
static int DO_ONLY_D_ON_ERROR
           
static int DO_ONLY_E_ON_ERROR
           
static int DONT_DO_D_OR_E_ON_ERROR
           
 
Constructor Summary
Processor()
           
 
Method Summary
 int getProcessOption()
           
 java.lang.String getVersion()
           
 java.lang.Object process()
           
 java.lang.Object process(java.lang.String ID)
           
 void setDataFile(org.jdom.Document datafile)
           
 void setParameterValues(java.lang.String[] parameterStrs)
           
 void setProcessOption(int processOption)
           
 void setTemplate(org.jdom.Document template)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Processor

public Processor()
Method Detail

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()