Uses of Class
org.apache.commons.compress.archivers.sevenz.CLI.Mode
-
Packages that use CLI.Mode Package Description org.apache.commons.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of CLI.Mode in org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.compress.archivers.sevenz that return CLI.Mode Modifier and Type Method Description private static CLI.Mode
CLI. grabMode(java.lang.String[] args)
static CLI.Mode
CLI.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CLI.Mode[]
CLI.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-