|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.daisy.zedval.engine.ZedContext
org.daisy.zedval.DefaultContext
Field Summary |
Fields inherited from class org.daisy.zedval.engine.ZedContext |
ENGINE_VERSION |
Constructor Summary | |
DefaultContext(java.lang.String appName,
java.lang.String appVersion)
|
Method Summary | |
java.lang.String[] |
getCommandLineArguments()
|
java.net.URL |
getDefaultProcMap(java.lang.String specVersion)
|
java.net.URL |
getDefaultTestMap(java.lang.String specVersion)
|
java.lang.String |
getManualReportPath()
|
boolean |
getOutputListFlag()
Is the outputList flag set? |
java.util.GregorianCalendar |
getStartTime()
Returns the start time of the application |
java.lang.String |
getStylesheetName()
Returns the name of the stylesheet to use in the output report |
java.lang.String |
getTestListName()
|
int |
getVerbosity()
|
java.util.LinkedHashMap |
loadTestProcessors()
Instantiates all applicable test processors based on test list and processor map Note: setTests() or loadTests() must be called before this method |
java.util.LinkedHashMap |
loadTests()
Instantiates all applicable tests based on contents of package file, test map, and options |
void |
setCommandLineArguments(java.lang.String[] args)
|
void |
setManualReportPath(java.lang.String manualReportPath)
|
void |
setOutputList(java.lang.String testListName)
|
void |
setStylesheetName(java.lang.String xsltName)
|
void |
setTimeTolerance(long tol)
|
void |
setTimeTolerance(java.lang.String tol)
|
void |
setVerbosity(int v)
|
void |
setVerbosity(java.lang.String vrbs)
|
Methods inherited from class org.daisy.zedval.engine.ZedContext |
getAppName, getAppVersion, getPackageFile, getProcessorMap, getReporter, getSpecYear, getTestMap, getTestProcessors, getTests, loadPackageFile, loadProcessorMap, loadProcessorMap, loadReporter, loadTestMap, loadTestMap, printTests, setPackageFile, setProcessorMap, setReporter, setTestMap, setTestProcessors, setTests, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DefaultContext(java.lang.String appName, java.lang.String appVersion)
appName
- The name of the application being runappVersion
- The version number of the application being runMethod Detail |
public java.net.URL getDefaultProcMap(java.lang.String specVersion) throws ZedContextException
ZedContextException
public java.net.URL getDefaultTestMap(java.lang.String specVersion) throws ZedContextException
ZedContextException
public java.util.LinkedHashMap loadTests() throws ZedContextException
loadTests
in class ZedContext
ZedContextException
public java.util.LinkedHashMap loadTestProcessors() throws ZedContextException
Note: setTests() or loadTests() must be called before this method
loadTestProcessors
in class ZedContext
ZedContextException
public void setVerbosity(java.lang.String vrbs) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setVerbosity(int v) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public int getVerbosity()
public void setTimeTolerance(java.lang.String tol) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setTimeTolerance(long tol)
public void setStylesheetName(java.lang.String xsltName)
public java.lang.String getStylesheetName()
public void setManualReportPath(java.lang.String manualReportPath)
public java.lang.String getManualReportPath()
public void setOutputList(java.lang.String testListName) throws java.io.IOException
java.io.IOException
public java.lang.String[] getCommandLineArguments()
public void setCommandLineArguments(java.lang.String[] args)
public boolean getOutputListFlag()
public java.lang.String getTestListName()
public java.util.GregorianCalendar getStartTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |