public enum Manifest extends Enum<Manifest>
Enum Constant and Description |
---|
NONE
Don't generate a manifest.
|
TEXT
Generate a manifest in text format.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandLineOption() |
String |
toString() |
static Manifest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manifest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Manifest NONE
public static final Manifest TEXT
public static final Manifest DEFAULT
public static Manifest[] values()
for (Manifest c : Manifest.values()) System.out.println(c);
public static Manifest 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 String getCommandLineOption()
Copyright © 2017 Aspera Inc.. All rights reserved.