Package com.logicaldoc.webdav.io.manager
Class IOManagerImpl
- java.lang.Object
-
- com.logicaldoc.webdav.io.manager.IOManagerImpl
-
- All Implemented Interfaces:
IOManager
,Serializable
- Direct Known Subclasses:
DefaultIOManager
public class IOManagerImpl extends Object implements IOManager
For more informations, please visitIOManagerImpl
- Author:
- Sebastian Wenzky
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
addIOHandler
public void addIOHandler(IOHandler ioHandler)
- Specified by:
addIOHandler
in interfaceIOManager
-
getIOHandlers
public IOHandler[] getIOHandlers()
- Specified by:
getIOHandlers
in interfaceIOManager
-
importContent
public boolean importContent(ImportContext context, boolean isCollection) throws IOException
- Specified by:
importContent
in interfaceIOManager
- Throws:
IOException
-
importContent
public boolean importContent(ImportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
- Specified by:
importContent
in interfaceIOManager
- Throws:
IOException
-
exportContent
public boolean exportContent(ExportContext context, boolean isCollection) throws IOException
- Specified by:
exportContent
in interfaceIOManager
- Throws:
IOException
-
exportContent
public boolean exportContent(ExportContext context, org.apache.jackrabbit.webdav.DavResource resource) throws IOException
- Specified by:
exportContent
in interfaceIOManager
- Throws:
IOException
-
setIOHandler
public void setIOHandler(List<IOHandler> handler)
- Specified by:
setIOHandler
in interfaceIOManager
-
-