net.sf.exorcist.xls
Class ExcelExporter

java.lang.Object
  extended by net.sf.exorcist.xls.ExcelExporter
All Implemented Interfaces:
ContentExporter

public class ExcelExporter
extends java.lang.Object
implements ContentExporter


Constructor Summary
ExcelExporter()
           
 
Method Summary
 void exportContent(ContentState state)
          Exports content from a source content repository.
static void main(java.lang.String[] args)
           
 void setFilename(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelExporter

public ExcelExporter()
Method Detail

setFilename

public void setFilename(java.lang.String filename)

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

main

public static void main(java.lang.String[] args)


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