public static enum MvnPlugin.Modules extends Enum<MvnPlugin.Modules>
| Enum Constant and Description |
|---|
DEPENDENCIES_PROCESSOR_TASK |
| Modifier and Type | Method and Description |
|---|---|
String |
completeKey() |
String |
key() |
static MvnPlugin.Modules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MvnPlugin.Modules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MvnPlugin.Modules DEPENDENCIES_PROCESSOR_TASK
public static MvnPlugin.Modules[] values()
for (MvnPlugin.Modules c : MvnPlugin.Modules.values()) System.out.println(c);
public static MvnPlugin.Modules 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 key()
public String completeKey()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.