public class IOManagerImpl extends Object implements IOManager
IOManagerImpl| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
IOManagerImpl() |
| 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) |
public void addIOHandler(IOHandler ioHandler)
addIOHandler in interface IOManagerpublic IOHandler[] getIOHandlers()
getIOHandlers in interface IOManagerpublic boolean importContent(ImportContext context, boolean isCollection) throws IOException
importContent in interface IOManagerIOExceptionpublic boolean importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
importContent in interface IOManagerIOExceptionpublic boolean exportContent(ExportContext context, boolean isCollection) throws IOException
exportContent in interface IOManagerIOExceptionpublic boolean exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
exportContent in interface IOManagerIOExceptionpublic void setIOHandler(List<IOHandler> handler)
setIOHandler in interface IOManagerCopyright © 2008-2014 Logical Objects. All Rights Reserved.