jetweb is hosted by Hepforge, IPPP Durham

cedar.jetweb.xml
Class JetWebGeneratorReader

java.lang.Object
  extended by cedar.jetweb.xml.JetWebXMLReader
      extended by cedar.jetweb.xml.JetWebLogReader
          extended by cedar.jetweb.xml.JetWebGeneratorReader

public class JetWebGeneratorReader
extends JetWebLogReader

Holds generator settings obtained from a log file

Author:
J. Monk

Field Summary
 
Fields inherited from class cedar.jetweb.xml.JetWebLogReader
runSeries_
 
Fields inherited from class cedar.jetweb.xml.JetWebXMLReader
DEFAULT_CANONICAL, DEFAULT_DYNAMIC_VALIDATION, DEFAULT_LOAD_EXTERNAL_DTD, DEFAULT_NAMESPACES, DEFAULT_PARSER_NAME, DEFAULT_SCHEMA_FULL_CHECKING, DEFAULT_SCHEMA_VALIDATION, DEFAULT_VALIDATION, DYNAMIC_VALIDATION_FEATURE_ID, LOAD_EXTERNAL_DTD_FEATURE_ID, NAMESPACES_FEATURE_ID, SCHEMA_FULL_CHECKING_FEATURE_ID, SCHEMA_VALIDATION_FEATURE_ID, VALIDATION_FEATURE_ID
 
Constructor Summary
JetWebGeneratorReader(java.lang.String filename)
          Instantiate a new GeneratorReader from the given logfile
 
Method Summary
 Generator getGenerator()
           
 GeneratorWrapper getGeneratorWrapper()
           
 
Methods inherited from class cedar.jetweb.xml.JetWebLogReader
fillLog, main
 
Methods inherited from class cedar.jetweb.xml.JetWebXMLReader
getDocument, getFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetWebGeneratorReader

public JetWebGeneratorReader(java.lang.String filename)
                      throws JetWebException,
                             JetWebXMLException
Instantiate a new GeneratorReader from the given logfile

Parameters:
String - the name of the logfile to use
Throws:
JetWebException
JetWebXMLException

Method Detail

getGeneratorWrapper

public GeneratorWrapper getGeneratorWrapper()
                                     throws JetWebException
Returns:
GeneratorWrapper the generator wrapper containing the generator specified by the logfile
Throws:
JetWebException

getGenerator

public Generator getGenerator()
                       throws JetWebException
Returns:
Generator the generator specified by the logfile
Throws:
JetWebException