|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.exorcist.core.zip.ZipBase
net.sf.exorcist.core.zip.ZipImporter
public class ZipImporter
Importer plugin for the Exorcist content state file format. This plugin can be used to save content into an Exorcist content state file.
| Field Summary |
|---|
| Fields inherited from class net.sf.exorcist.core.zip.ZipBase |
|---|
CONTENT_XML, DATA |
| Constructor Summary | |
|---|---|
ZipImporter()
|
|
| Method Summary | |
|---|---|
void |
importContent(ContentState state)
Writes the contents of the given ContentState instance
to the content state file. |
| Methods inherited from class net.sf.exorcist.core.zip.ZipBase |
|---|
getZipfile, setZipfile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipImporter()
| Method Detail |
|---|
public void importContent(ContentState state)
throws ContentException
ContentState instance
to the content state file.
importContent in interface ContentImporterstate - the content state to be written to the state file
ContentException - if the content state file could not be writtenContentImporter.importContent(ContentState)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||