public interface ArgumentSpec
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName()
Return the name of the argument.
|
String |
getShortOption()
Returns the short option version of the argument, e.g.
|
boolean |
isRequired() |
boolean |
isUsingAdditionalArgument() |
String getName()
String getShortOption()
boolean isRequired()
boolean isUsingAdditionalArgument()
String getDescription()
Copyright © 2012. All Rights Reserved.