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

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

Uses of ZedFileInitializationException in org.daisy.zedval
 

Methods in org.daisy.zedval that throw ZedFileInitializationException
 void ZedVal.validate(java.io.File opf)
          Convenience method when using ZedVal as a component.
 

Uses of ZedFileInitializationException in org.daisy.zedval.engine
 

Methods in org.daisy.zedval.engine that throw ZedFileInitializationException
 void ZedContext.loadPackageFile(java.lang.String fullPath)
          Creates and initializes a PackageFile object for this run
 void ZedContext.loadTestMap(java.lang.String fullPath)
          Creates and initializes a test map MapFile object for this run
 void ZedContext.loadTestMap(java.net.URL url)
          Creates and initializes a test map MapFile object for this run
 void ZedContext.loadProcessorMap(java.lang.String fullPath)
          Creates and initializes a processor map MapFile object for this run
 void ZedContext.loadProcessorMap(java.net.URL url)
           
 void XmlFile.initialize()
          Does all basic integrity tests
 void WavFile.initialize()
          Does all basic integrity tests and sets properties
 void SvgFile.initialize()
          Does all basic integrity tests (existence, readability, format) and sets properties
 void PngFile.initialize()
          Does all basic integrity tests (existence, readability, format) and sets properties
 void Mp3File.initialize()
          Does all basic integrity tests and sets properties
 void JpegFile.initialize()
          Does all basic integrity tests and sets properties
 void ImageFile.initialize()
          A do-nothing initialize for the generic AudioFile
 void AudioFile.initialize()
          A do-nothing initialize for the generic AudioFile
 

Constructors in org.daisy.zedval.engine that throw ZedFileInitializationException
ZedMap(java.lang.String path)
           
ZedMap(java.net.URL url)