Uses of Class
org.goplanit.utils.args.ArgumentStyle
-
Packages that use ArgumentStyle Package Description org.goplanit.utils.args Utils classes for parsing application arguments -
-
Uses of ArgumentStyle in org.goplanit.utils.args
Methods in org.goplanit.utils.args that return ArgumentStyle Modifier and Type Method Description static ArgumentStyle
ArgumentStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArgumentStyle[]
ArgumentStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.goplanit.utils.args with parameters of type ArgumentStyle Modifier and Type Method Description static Map<String,String>
ArgumentParser. convertArgsToMap(String[] args, ArgumentStyle style)
Convert program arguments into a Map, based on given style
-