Uses of Class
io.ultreia.java4all.config.ApplicationConfig.Action
-
-
Uses of ApplicationConfig.Action in io.ultreia.java4all.config
Fields in io.ultreia.java4all.config with type parameters of type ApplicationConfig.Action Modifier and Type Field Description protected Map<Integer,List<ApplicationConfig.Action>>ApplicationConfig. actionsTODOMethods in io.ultreia.java4all.config that return ApplicationConfig.Action Modifier and Type Method Description protected ApplicationConfig.ActionApplicationConfig. createAction(String name, ListIterator<String> args)Create action from string, string must be [package.]Methods in io.ultreia.java4all.config with parameters of type ApplicationConfig.Action Modifier and Type Method Description voidApplicationConfig. addAction(ApplicationConfig.Action action)Add action to list of action to do.
-