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()
Return true if the group is present.
|
boolean |
preventOpening()
Return true if the framework GUI should not be opened (set visible).
|
java.lang.String |
toString() |
public boolean isPresent()
public boolean preventOpening()
public java.lang.String getKey()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean handleAllMandatoryArguments()
public Argument getArgument(java.lang.String key)
key
- the argument keypublic java.util.Map<java.lang.String,Argument> getArguments()