public class CommandArgument extends Object
| Constructor and Description |
|---|
CommandArgument(String key,
String description,
boolean mandatory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getKey() |
boolean |
isMandatory() |
public CommandArgument(String key, String description, boolean mandatory) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2016. All rights reserved.