| Home >> All >> org >> apache >> cocoon >> poi >> poifs >> [ property Javadoc ] |
org.apache.cocoon.poi.poifs.property: Javadoc index of package org.apache.cocoon.poi.poifs.property.
Package Samples:
org.apache.cocoon.poi.poifs.property
Classes:
PropertyFactory: Factory for turning an array of RawDataBlock instances containing Proprty data into an array of proper Property objects. The array produced may be sparse, in that any portion of data that should correspond to a Property, but which does not map to a proper Property (i.e., a DirectoryProperty, DocumentProperty, or RootProperty) will get mapped to a null Property in the array.
PropertyTable: This class embodies the Property Table for the filesystem; this is basically the dsirectory for all of the documents in the filesystem.
Property: This abstract base class is the ancestor of all classes implementing POIFS Property behavior.
File: This interface defines methods for finding and setting sibling Property instances
TestDirectoryProperty: Class to test DirectoryProperty functionality
TestDocumentProperty: Class to test DocumentProperty functionality
DocumentProperty: Trivial extension of Property for Documents
TestPropertyFactory: Class to test PropertyFactory functionality
TestPropertyTable: Class to test PropertyTable functionality
TestRootProperty: Class to test RootProperty functionality
Directory: Behavior for directory properties
DirectoryProperty: Directory property
RootProperty: Root property
LocalProperty
| Home | Contact Us | Privacy Policy | Terms of Service |