public enum GtmCommandLineOpt extends Enum<GtmCommandLineOpt>
| Enum Constant and Description |
|---|
DEBUG
Activating the progress bar option
|
HELP
Help option
|
INPUT
Using a XML file as input
|
OUTPUT_DIR
Results directory
|
OUTPUT_NAME
Archiving results options
|
PROGRESS
Activating the progress bar option
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLongName()
Get the long name of the option.
|
String |
getName()
Get the name of the option.
|
org.apache.commons.cli.Option |
getOption()
Return the configured option.
|
static GtmCommandLineOpt |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GtmCommandLineOpt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GtmCommandLineOpt HELP
public static final GtmCommandLineOpt INPUT
public static final GtmCommandLineOpt OUTPUT_NAME
public static final GtmCommandLineOpt OUTPUT_DIR
public static final GtmCommandLineOpt PROGRESS
public static final GtmCommandLineOpt DEBUG
public static GtmCommandLineOpt[] values()
for (GtmCommandLineOpt c : GtmCommandLineOpt.values()) System.out.println(c);
public static GtmCommandLineOpt 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 getName()
public String getLongName()
public org.apache.commons.cli.Option getOption()
Copyright © 2022. All rights reserved.