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 IOManager
public IOHandler[] getIOHandlers()
getIOHandlers
in interface IOManager
public boolean importContent(ImportContext context, boolean isCollection) throws IOException
importContent
in interface IOManager
IOException
public boolean importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
importContent
in interface IOManager
IOException
public boolean exportContent(ExportContext context, boolean isCollection) throws IOException
exportContent
in interface IOManager
IOException
public boolean exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
exportContent
in interface IOManager
IOException
public void setIOHandler(List<IOHandler> handler)
setIOHandler
in interface IOManager
Copyright © 2008-2014 Logical Objects. All Rights Reserved.