Modifier and Type | Fields and Description |
---|---|
static String |
UNSPECIFIED |
Modifier and Type | Required Element and Description |
---|---|
String |
absentValue
The default value of the parameter if its name is not present on the
command line.
|
String[] |
names
Parameter name and aliases which must start with the hyphen character.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
presentValue
The default value of the parameter if its name is present on the
command line.
|
public static final String UNSPECIFIED
public abstract String[] names
public abstract String absentValue
public abstract String presentValue
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.