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
IOExceptionboolean importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
IOExceptionboolean exportContent(ExportContext context, boolean isCollection) throws IOException
IOExceptionboolean exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
IOExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.