@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Parameter
Option
objects,
a usage description and which parser to use for a command.Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
argumentType
Define which kind of type the arguments are
|
String |
name
The command name
|
Option[] |
options
All the defined options for this command
|
String |
usage
General usage information that will be used when usage/help info
is displayed.
|
public abstract String name
public abstract String usage
public abstract Option[] options
public abstract Class<?> argumentType
Copyright © 2018 JBoss by Red Hat. All rights reserved.