public static enum ArchiveUtils.Type extends Enum<ArchiveUtils.Type>
Modifier and Type | Method and Description |
---|---|
static ArchiveUtils.Type |
fromName(String name) |
String |
getExtension() |
static ArchiveUtils.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveUtils.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveUtils.Type SNAPPY
public static final ArchiveUtils.Type TAR
public static final ArchiveUtils.Type ZIP
public static ArchiveUtils.Type[] values()
for (ArchiveUtils.Type c : ArchiveUtils.Type.values()) System.out.println(c);
public static ArchiveUtils.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ArchiveUtils.Type fromName(String name)
public String getExtension()
Copyright © 2002-2021 Atlassian. All Rights Reserved.