RuleControlledResourcepublic class ProgramArgument extends AbstractRuleControlledResource
| Constructor | Description |
|---|---|
ProgramArgument(String value) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
List<String> |
getValue() |
Retrieves a list of arguments which are included within this argument object.
|
int |
hashCode() |
evaluate, getRulespublic ProgramArgument(@NonNull
String value)
@NonNull public List<String> getValue()
Retrieves a list of arguments which are included within this argument object.
As this object acts a logical grouping of command line arguments which may be enabled conditionally based on a set of rules, it may contain more than one element in some cases (for instance when specifying a launch resolution).
public boolean equals(Object o)
equals in class AbstractRuleControlledResourcepublic int hashCode()
hashCode in class AbstractRuleControlledResourceCopyright © 2018 Basin. All rights reserved.