|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOManager
IOManager interface provides the means to define a list of
IOHandlers that should be asked to perform an import or export.
| Method Summary | |
|---|---|
void |
addIOHandler(IOHandler ioHandler)
Adds the specified handler to the list of handlers. |
boolean |
exportContent(ExportContext context,
boolean isCollection)
Passes the specified information to the IOHandlers present on this manager. |
boolean |
exportContent(ExportContext context,
DavResource resource)
Passes the specified information to the IOHandlers present on this manager. |
IOHandler[] |
getIOHandlers()
Returns all handlers that have been added to this manager. |
boolean |
importContent(ImportContext context,
boolean isCollection)
Passes the specified context and boolean value to the IOHandlers present on this manager. |
boolean |
importContent(ImportContext context,
DavResource resource)
Passes the specified information to the IOHandlers present on this manager. |
| Method Detail |
|---|
void addIOHandler(IOHandler ioHandler)
ioHandler - to be addedIOHandler[] getIOHandlers()
boolean importContent(ImportContext context,
boolean isCollection)
throws IOException
context - isCollection -
IOExceptionIOHandler.importContent(ImportContext, boolean)
boolean importContent(ImportContext context,
DavResource resource)
throws IOException
context - resource -
IOExceptionIOHandler.importContent(ImportContext, DavResource)
boolean exportContent(ExportContext context,
boolean isCollection)
throws IOException
context - isCollection -
IOExceptionIOHandler.exportContent(ExportContext, boolean)
boolean exportContent(ExportContext context,
DavResource resource)
throws IOException
context - resource -
IOExceptionIOHandler.exportContent(ExportContext, DavResource)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||