public interface IOManager extends Serializable
IOManager
Modifier and Type | Method and Description |
---|---|
void |
addIOHandler(IOHandler ioHandler) |
boolean |
exportContent(ExportContext context,
boolean isCollection) |
boolean |
exportContent(ExportContext context,
org.apache.jackrabbit.webdav.DavResource resource) |
IOHandler[] |
getIOHandlers() |
boolean |
importContent(ImportContext context,
boolean isCollection) |
boolean |
importContent(ImportContext context,
org.apache.jackrabbit.webdav.DavResource resource) |
void |
setIOHandler(List<IOHandler> handler) |
void addIOHandler(IOHandler ioHandler)
IOHandler[] getIOHandlers()
boolean importContent(ImportContext context, boolean isCollection) throws IOException
IOException
boolean importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
IOException
boolean exportContent(ExportContext context, boolean isCollection) throws IOException
IOException
boolean exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
IOException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.