Uses of Class
org.apache.commons.compress.archivers.zip.ZipArchiveEntry.NameSource
-
Packages that use ZipArchiveEntry.NameSource Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ZipArchiveEntry.NameSource in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as ZipArchiveEntry.NameSource Modifier and Type Field Description private ZipArchiveEntry.NameSourceZipArchiveEntry. nameSourceMethods in org.apache.commons.compress.archivers.zip that return ZipArchiveEntry.NameSource Modifier and Type Method Description ZipArchiveEntry.NameSourceZipArchiveEntry. getNameSource()The source of the name field value.static ZipArchiveEntry.NameSourceZipArchiveEntry.NameSource. valueOf(java.lang.String name)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.NameSource Modifier and Type Method Description voidZipArchiveEntry. setNameSource(ZipArchiveEntry.NameSource nameSource)Sets the source of the name field value.
-