Uses of Class
org.daisy.zedval.engine.ZedContextException

Packages that use ZedContextException
org.daisy.zedval   
org.daisy.zedval.engine   
 

Uses of ZedContextException in org.daisy.zedval
 

Methods in org.daisy.zedval that throw ZedContextException
 void ZedVal.setReporter(ZedReporter zr)
          Convenience method to register a reporter when using ZedVal as a reporter.
 void ZedVal.validate(java.io.File opf)
          Convenience method when using ZedVal as a component.
 java.net.URL DefaultContext.getDefaultProcMap(java.lang.String specVersion)
           
 java.net.URL DefaultContext.getDefaultTestMap(java.lang.String specVersion)
           
 java.util.LinkedHashMap DefaultContext.loadTests()
          Instantiates all applicable tests based on contents of package file, test map, and options
 java.util.LinkedHashMap DefaultContext.loadTestProcessors()
          Instantiates all applicable test processors based on test list and processor map Note: setTests() or loadTests() must be called before this method
 

Uses of ZedContextException in org.daisy.zedval.engine
 

Methods in org.daisy.zedval.engine that throw ZedContextException
 void ZedContext.loadReporter(java.lang.String className)
          Creates a ZedReporter object for this run
 java.util.LinkedHashMap ZedContext.loadTestProcessors()
          Instantiates all applicable test processors based on list of tests and processor map Note: setTests() or loadTests() must be called before this method
 java.util.LinkedHashMap ZedContext.loadTests()
          Instantiates all applicable tests based on contents of package file and test map