|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.exorcist.multi.MultiImporter
public class MultiImporter
Importer plugin that passes the content state to multiple importer components.
Constructor Summary | |
---|---|
MultiImporter()
|
Method Summary | |
---|---|
void |
importContent(ContentState state)
Imports content into a target content repository. |
void |
setImporters(java.util.List importers)
Sets the list of importer components. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiImporter()
Method Detail |
---|
public void setImporters(java.util.List importers)
importers
- importer componentspublic void importContent(ContentState state) throws ContentException
importContent
in interface ContentImporter
state
- the content state snapshot to be imported
ContentException
- if the selected content could not be imported
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |