net.sf.exorcist.file
Class FileExporter

java.lang.Object
  extended by net.sf.exorcist.file.FileExporter
All Implemented Interfaces:
ContentExporter

public class FileExporter
extends java.lang.Object
implements ContentExporter

TODO


Constructor Summary
FileExporter()
           
 
Method Summary
 void exportContent(ContentState state)
          Exports content from a source content repository.
 void setDirectory(java.lang.String directory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileExporter

public FileExporter()
Method Detail

setDirectory

public void setDirectory(java.lang.String directory)

exportContent

public void exportContent(ContentState state)
                   throws ContentException
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:
state - 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.