Daisy Open Source CMS

org.outerj.daisy.tools.importexport.import_.fs
Interface ImportFileEntry


public interface ImportFileEntry


Method Summary
 ImportFileEntry getChild(String name)
           
 ImportFileEntry[] getChildren()
           
 InputStream getInputStream()
           
 String getName()
           
 ImportFileEntry getParent()
          Returns null when at the root.
 String getPath()
           
 long getSize()
           
 boolean hasChild(String name)
           
 boolean isDirectory()
           
 

Method Detail

getName

String getName()

getPath

String getPath()

isDirectory

boolean isDirectory()

getSize

long getSize()

getChildren

ImportFileEntry[] getChildren()

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

hasChild

boolean hasChild(String name)

getChild

ImportFileEntry getChild(String name)
                         throws ImportFileNotFoundException
Throws:
ImportFileNotFoundException

getParent

ImportFileEntry getParent()
Returns null when at the root.


Daisy Open Source CMS