|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.exorcist.core.zip.ZipBase
public class ZipBase
Utility base class for the Exorcist content state file plugins.
Field Summary | |
---|---|
static java.lang.String |
CONTENT_XML
Name of the content.xml file. |
static java.lang.String |
DATA
Name of the data subdirectory. |
Constructor Summary | |
---|---|
ZipBase()
|
Method Summary | |
---|---|
java.lang.String |
getZipfile()
Returns the name of the content state file accessed by this plugin. |
void |
setZipfile(java.lang.String zipfile)
Sets the name of the content state file accessed by this plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CONTENT_XML
content.xml
file.
public static final java.lang.String DATA
data
subdirectory.
Constructor Detail |
---|
public ZipBase()
Method Detail |
---|
public java.lang.String getZipfile()
public void setZipfile(java.lang.String zipfile)
zipfile
- name of the content state file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |