public static enum JarArchiver.FilesetManifestConfig extends Enum<JarArchiver.FilesetManifestConfig>
Enum Constant and Description |
---|
merge |
mergewithoutmain |
skip |
Modifier and Type | Method and Description |
---|---|
static JarArchiver.FilesetManifestConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JarArchiver.FilesetManifestConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JarArchiver.FilesetManifestConfig skip
public static final JarArchiver.FilesetManifestConfig merge
public static final JarArchiver.FilesetManifestConfig mergewithoutmain
public static JarArchiver.FilesetManifestConfig[] values()
for (JarArchiver.FilesetManifestConfig c : JarArchiver.FilesetManifestConfig.values()) System.out.println(c);
public static JarArchiver.FilesetManifestConfig 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 nullCopyright © 2001–2018 Codehaus Plexus. All rights reserved.