Daisy Open Source CMS

org.outerj.daisy.tools.importexport.import_.fs.local
Class LocalImportFile

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

public class LocalImportFile
extends Object
implements ImportFile


Constructor Summary
LocalImportFile(File root)
           
 
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

LocalImportFile

public LocalImportFile(File root)
Method Detail

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

getRoot

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

Daisy Open Source CMS