|
||||||||||
| 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.ZipExporter
public class ZipExporter
Exporter plugin for the Exorcist content state file format. This plugin can be used to extract the content saved in an Exorcist content state file.
| Field Summary |
|---|
| Fields inherited from class net.sf.exorcist.core.zip.ZipBase |
|---|
CONTENT_XML, DATA |
| Constructor Summary | |
|---|---|
ZipExporter()
|
|
| Method Summary | |
|---|---|
void |
exportContent(ContentState state)
Reads the content state file and fills the given ContentState
instance with the contents of the 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 ZipExporter()
| Method Detail |
|---|
public void exportContent(ContentState state)
throws ContentException
ContentState
instance with the contents of the file.
exportContent in interface ContentExporterstate - the content state to be filled from the state file
ContentException - if the content state file could not be readContentExporter.exportContent(ContentState)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||