Uses of Class
io.ultreia.java4all.config.ArgumentsParserException
-
Packages that use ArgumentsParserException Package Description io.ultreia.java4all.config -
-
Uses of ArgumentsParserException in io.ultreia.java4all.config
Methods in io.ultreia.java4all.config that throw ArgumentsParserException Modifier and Type Method Description protected ApplicationConfig.ActionApplicationConfig. createAction(String name, ListIterator<String> args)Create action from string, string must be [package.]ApplicationConfigApplicationConfig. parse(String... args)Parse option and call set necessary method, read jvm, env variable, Load configuration file and prepare Action.ApplicationConfigOverwriteApplicationConfig. parse(String... args)ApplicationConfigSubApplicationConfig. parse(String... args)
-