Modifier and Type | Optional Element and Description |
---|---|
boolean |
defaultToNull
The default value is null.
|
String[] |
defaultValue
The default value if none is specified
|
String |
description
A description of this option
|
int |
exactly
Multivalued option must have exactly this many values
|
boolean |
hidden
Option is not displayed in help messages.
|
int |
maximum
Multivalued option can have at most this many values
|
int |
minimum
Multivalued option must have at least this many values
|
String |
name
The name to use when describe the unparsed arguments in help text and
error messages
|
String |
pattern
The regexp that the values of this option must match
|
public abstract String name
public abstract String pattern
public abstract String description
public abstract String[] defaultValue
public abstract boolean defaultToNull
public abstract boolean hidden
public abstract int minimum
public abstract int exactly
public abstract int maximum
Copyright © 2006-2013 lexicalscope. All Rights Reserved.