public interface CommandLineArgumentProviders
A system that can lister a list of providers of command-line arguments.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.util.List<Provider<java.util.List<String>>> |
getCommandLineArgumentProviders() Get current list of command-line argument providers. |