|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.exorcist.multi.MultiExporter
public class MultiExporter
Exporter plugin that combines the output of multiple exporters into a combined content state export.
Constructor Summary | |
---|---|
MultiExporter()
|
Method Summary | |
---|---|
void |
exportContent(ContentState state)
Runs each of the configured exporter components and combines their output into the given content state instance. |
void |
setExporters(java.util.List exporters)
Sets the list of exporter components. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiExporter()
Method Detail |
---|
public void setExporters(java.util.List exporters)
exporters
- exporter componentspublic void exportContent(ContentState state) throws ContentException
exportContent
in interface ContentExporter
state
- content state
ContentException
- if some exporter component failsContentExporter.exportContent(ContentState)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |