java.lang.Object
com.ntak.pearlzip.archive.pub.ArchiveInfo
Java bean representing the metadata of an archive.
- Author:
- Aashutos Kakshepati
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(String key, Object value) int
<T> Optional<T>
getProperty
(String key) void
setArchiveFormat
(String format) void
setArchivePath
(String archivePath) void
setCompressionLevel
(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
-