public static enum MavenArgsParser.ARG extends Enum<MavenArgsParser.ARG>
| Modifier and Type | Method and Description |
|---|---|
String |
getAltFlag() |
String |
getFlag() |
static MavenArgsParser.ARG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenArgsParser.ARG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MavenArgsParser.ARG F
public static final MavenArgsParser.ARG P
public static MavenArgsParser.ARG[] values()
for (MavenArgsParser.ARG c : MavenArgsParser.ARG.values()) System.out.println(c);
public static MavenArgsParser.ARG 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 getFlag()
public String getAltFlag()
Copyright © 2018 JBoss by Red Hat. All rights reserved.