|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.poifs.property.Property
org.apache.poi.poifs.property.DirectoryProperty
public class DirectoryProperty
Directory property
Nested Class Summary | |
---|---|
static class |
DirectoryProperty.PropertyComparator
|
Constructor Summary | |
---|---|
DirectoryProperty(java.lang.String name)
Default constructor |
Method Summary | |
---|---|
void |
addChild(Property property)
Add a new child to the collection of children |
boolean |
changeName(Property property,
java.lang.String newName)
Change a Property's name |
boolean |
deleteChild(Property property)
Delete a Property |
java.util.Iterator |
getChildren()
Get an iterator over the children of this Parent; all elements are instances of Property. |
boolean |
isDirectory()
|
Methods inherited from class org.apache.poi.poifs.property.Property |
---|
getName, getNextChild, getPreviousChild, getShortDescription, getSize, getStartBlock, getStorageClsid, getViewableArray, getViewableIterator, isSmall, preferArray, setNextChild, setPreviousChild, setStartBlock, setStorageClsid, shouldUseSmallBlocks, writeData |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.poi.poifs.property.Parent |
---|
setNextChild, setPreviousChild |
Methods inherited from interface org.apache.poi.poifs.property.Child |
---|
getNextChild, getPreviousChild |
Constructor Detail |
---|
public DirectoryProperty(java.lang.String name)
name
- the name of the directoryMethod Detail |
---|
public boolean changeName(Property property, java.lang.String newName)
property
- the Property whose name is being changednewName
- the new name for the Property
public boolean deleteChild(Property property)
property
- the Property being deleted
public boolean isDirectory()
isDirectory
in class Property
public java.util.Iterator getChildren()
getChildren
in interface Parent
public void addChild(Property property) throws java.io.IOException
addChild
in interface Parent
property
- the new child to be added; must not be null
java.io.IOException
- if we already have a child with the same
name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |