java.lang.Object
com.ntak.pearlzip.archive.pub.ArchiveInfo
Java bean representing the metadata of an archive.
- Author:
- Aashutos Kakshepati
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(String key, Object value) int<T> Optional<T>getProperty(String key) voidsetArchiveFormat(String format) voidsetArchivePath(String archivePath) voidsetCompressionLevel(int compressionLevel)
-
Constructor Details
-
ArchiveInfo
public ArchiveInfo()
-
-
Method Details
-
setArchivePath
-
setArchiveFormat
-
setCompressionLevel
public void setCompressionLevel(int compressionLevel) -
getArchivePath
-
getArchiveFormat
-
getCompressionLevel
public int getCompressionLevel() -
addProperty
-
getProperty
-