Returns all command-line arguments within a specific context.
| Type Params | Return Type | Name and description |
|---|---|---|
|
Provider<java.util.List<String>> |
getAllArgs()Returns a provder to a list of strings that represent command-line arguments within a specific context. |
|
Provider<java.util.List<String>> |
getPreArgs()A provider to arguments that will be inserted before any supplied arguments. |