public interface AllArgsProvider
Returns all command-line arguments within a specific context.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<java.util.List<String>> |
getAllArgs()All defined arguments, plus all arguments providers via the command-line argument providers. |
|
public Provider<java.util.List<String>> |
getPreArgs()A provider to arguments that will be inserted before any supplied arguments. |