net.sf.exorcist.core.zip
Class ZipBase

java.lang.Object
  extended by net.sf.exorcist.core.zip.ZipBase
Direct Known Subclasses:
ZipExporter, ZipImporter

public class ZipBase
extends java.lang.Object

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

CONTENT_XML

public static final java.lang.String CONTENT_XML
Name of the content.xml file.

See Also:
Constant Field Values

DATA

public static final java.lang.String DATA
Name of the data subdirectory.

See Also:
Constant Field Values
Constructor Detail

ZipBase

public ZipBase()
Method Detail

getZipfile

public java.lang.String getZipfile()
Returns the name of the content state file accessed by this plugin.

Returns:
name of the content state file

setZipfile

public void setZipfile(java.lang.String zipfile)
Sets the name of the content state file accessed by this plugin.

Parameters:
zipfile - name of the content state file


Copyright © 2005 The Exorcist Team @ SourceForge. All Rights Reserved.