public class ArgumentGroup
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Argument |
getArgument(java.lang.String key)
Return the argument of a specified key in the group.
|
java.util.Map<java.lang.String,Argument> |
getArguments()
Return the arguments in the group.
|
java.lang.String |
getKey()
Return the argument group key.
|
boolean |
handleAllMandatoryArguments()
Return true if all the mandatory arguments managed by the group are present.
|
boolean |
isPresent() |
public boolean isPresent()
public java.lang.String getKey()
public boolean handleAllMandatoryArguments()
public Argument getArgument(java.lang.String key)
key
- the argument keypublic java.util.Map<java.lang.String,Argument> getArguments()