Daisy Open Source CMS

org.outerj.daisy.tools.importexport.import_.fs.zip
Class ZipImportFile

java.lang.Object
  extended by org.outerj.daisy.tools.importexport.import_.fs.zip.ZipImportFile
All Implemented Interfaces:
ImportFile

public class ZipImportFile
extends Object
implements ImportFile


Constructor Summary
ZipImportFile(File file)
           
 
Method Summary
 boolean exists(String path)
           
 ImportFileEntry getPath(String path)
           
 ImportFileEntry getRoot()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipImportFile

public ZipImportFile(File file)
              throws IOException
Throws:
IOException
Method Detail

getRoot

public ImportFileEntry getRoot()
Specified by:
getRoot in interface ImportFile

getPath

public ImportFileEntry getPath(String path)
                        throws ImportFileNotFoundException
Specified by:
getPath in interface ImportFile
Throws:
ImportFileNotFoundException

exists

public boolean exists(String path)
Specified by:
exists in interface ImportFile

Daisy Open Source CMS