Modifier and Type | Required Element and Description |
---|---|
String[] |
name
An array of allowed command line parameters (e.g.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
allowedValues |
int |
arity
How many parameter values this option will consume.
|
String |
description
A description of this option.
|
boolean |
hidden
If true, this parameter won't appear in the usage().
|
boolean |
required
Whether this option is required.
|
String |
title
Name use to identify the option value in documentation and error messages.
|
OptionType |
type
Is this a command, group or global option
|
public abstract String[] name
public abstract OptionType type
public abstract String title
public abstract String description
public abstract int arity
public abstract boolean hidden
public abstract String[] allowedValues
Copyright © 2012–2022. All rights reserved.