Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » property » [javadoc | source]
org.apache.cocoon.poi.poifs.property
public interface: Directory [javadoc | source]

All Implemented Interfaces:
    File

All Known Implementing Classes:
    RootProperty, DirectoryProperty

Behavior for directory properties
Method from org.apache.cocoon.poi.poifs.property.Directory Summary:
addChild,   getChildren,   setNextFile,   setPreviousFile
Method from org.apache.cocoon.poi.poifs.property.Directory Detail:
 public  void addChild(Property property) throws IOException
    Add a new child to the collection of children
 public Iterator getChildren()
    Get an iterator over the children of this Directory; all elements are instances of Property.
 public  void setNextFile(File file)
    Set the next File
 public  void setPreviousFile(File file)
    Set the previous File