net.sf.exorcist.easysiter
Class EasySiterExporter
java.lang.Object
net.sf.exorcist.easysiter.EasySiterExporter
- All Implemented Interfaces:
- ContentExporter
public class EasySiterExporter
- extends java.lang.Object
- implements ContentExporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EasySiterExporter
public EasySiterExporter()
setDatabase
public void setDatabase(java.lang.String database)
setUsername
public void setUsername(java.lang.String username)
setPassword
public void setPassword(java.lang.String password)
setFilepath
public void setFilepath(java.lang.String filepath)
setExtended
public void setExtended(java.lang.String extended)
exportContent
public void exportContent(ContentState target)
throws ContentException
- Description copied from interface:
ContentExporter
- Exports content from a source content repository. The exported
content is used to populate the content state instance passed by
the Exorcist framework as the argument.
- Specified by:
exportContent
in interface ContentExporter
- Parameters:
target
- the content state snapshot to be populated
- Throws:
ContentException
- if the selected content could not be exported
Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.