net.sf.exorcist.miki
Class MikiExporter

java.lang.Object
  extended by net.sf.exorcist.miki.MikiExporter
All Implemented Interfaces:
ContentExporter

public class MikiExporter
extends java.lang.Object
implements ContentExporter


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

Constructor Detail

MikiExporter

public MikiExporter()
Method Detail

exportContent

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