public class RuntimeOptions extends Object
| Constructor and Description |
|---|
RuntimeOptions(List<String> argv)
Create a new instance from a list of options, for example:
|
RuntimeOptions(String argv)
Create a new instance from a string of options, for example:
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFilters() |
List<String> |
getGlue() |
List<String> |
getPluginNames() |
boolean |
isDryRun() |
boolean |
isMonochrome() |
boolean |
isStrict() |
public RuntimeOptions(String argv)
"--name 'the fox' --plugin pretty --strict"
argv - the argumentsCopyright © 2015-2016. All Rights Reserved.