Class ZipAbstractMetaDataWriter
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.export.zip.ZipAbstractMetaDataWriter
-
- Direct Known Subclasses:
ZipColumnMetaDataWriter
,ZipDatabaseMetaDataWriter
,ZipIndexMetaDataWriter
,ZipTableMetaDataWriter
public abstract class ZipAbstractMetaDataWriter extends Object
Base implementation the gathers all properties and stores them into a file of the ZIP.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ZipAbstractMetaDataWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
getProperties()
protected void
setProperty(String key, String value)
void
store(String comment, ZipOutputStream zipOutputStream)
Store gathered properties as text in current ZIP file entry.
-
-
-
Method Detail
-
getProperties
public Properties getProperties()
-
store
public void store(String comment, ZipOutputStream zipOutputStream) throws IOException
Store gathered properties as text in current ZIP file entry.- Throws:
IOException
-
-