Package org.apache.jackrabbit.server.io

Interface Summary
ExportContext ExportContext...
ImportContext ImportContext...
IOContext IOContext defines the common methods for ImportContext and ExportContext
IOHandler IOHandler...
IOListener IOListener defines an import/export listener.
IOManager IOManager interface provides the means to define a list of IOHandlers that should be asked to perform an import or export.
 

Class Summary
AbstractExportContext AbstractExportContext covers methods common to most ExportContext implementations.
BoundedInputStream This is a stream that will only supply bytes up to a certain length - if its position goes above that, it will stop.
DefaultHandler DefaultHandler implements a simple IOHandler that creates 'file' and 'folder' nodes.
DefaultIOListener DefaultIOListener implements an IOListener that writes debug/error output to the logger specified in the constructor.
DefaultIOManager DefaultIOManager...
DirListingExportHandler DirListingExportHandler represents a simple export for collections: a human-readable view listing the members.
Note: If DirListingExportHandler.exportContent(ExportContext, boolean) is called the view list child nodes only, without respecting their representation as DavResources.
ExportContextImpl ExportContextImpl implements an ExportContext that wraps around the specified OutputContext as it was passed to DavResource.spool(OutputContext).
ImportContextImpl ImportContextImpl...
IOUtil IOUtil provides utitily methods used for import and export operations.
MimeResolver This Class implements a very simple mime type resolver.
XmlHandler XmlHandler imports xml files and exports nodes that have the proper XmlHandler.XML_MIMETYPE defined with their content.
ZipHandler ZipHandler imports and extracts Zip files and exported nodes (an their subnodes) to a Zip file.
 



Copyright © 2005-2006 . All Rights Reserved.