| Constructor and Description |
|---|
Argument(String name,
boolean required)
Instantiates an instance with the name of the argument and
whether or not it is required.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatted()
Gets the argument formatted as a string suitable for a usage
statement.
|
String |
getName()
Returns the argument's name.
|
boolean |
isRequired()
Returns whether the argument is required.
|
Copyright © 2012–2016 Emory University. All rights reserved.