net.sf.exorcist.dbe
Interface ExportService

All Known Implementing Classes:
XmlExportService

public interface ExportService

Author:
Jukka Zitting TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 ContentState exportContent(java.lang.String key)
          Exports content identified by the given key.
 

Method Detail

exportContent

ContentState exportContent(java.lang.String key)
                           throws ContentException
Exports content identified by the given key.

Parameters:
key - identifier for the content to be exported
Returns:
the exported content
Throws:
ContentException - if something goes wrong :-)


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.