Uses of Enum
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
Packages that use ZipArchiveEntry.NameSource
Package
Description
Provides stream classes for reading and writing archives using the ZIP format.
-
Uses of ZipArchiveEntry.NameSource in org.apache.commons.compress.archivers.zip
Methods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry.NameSourceModifier and TypeMethodDescriptionZipArchiveEntry.getNameSource()
The source of the name field value.static ZipArchiveEntry.NameSource
Returns the enum constant of this type with the specified name.static ZipArchiveEntry.NameSource[]
ZipArchiveEntry.NameSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.compress.archivers.zip with parameters of type ZipArchiveEntry.NameSourceModifier and TypeMethodDescriptionvoid
ZipArchiveEntry.setNameSource
(ZipArchiveEntry.NameSource nameSource) Sets the source of the name field value.