Uses of Class
berlin.yuna.clu.logic.ArgumentReader
Packages that use ArgumentReader
-
Uses of ArgumentReader in berlin.yuna.clu.logic
Methods in berlin.yuna.clu.logic that return ArgumentReaderModifier and TypeMethodDescriptionprotected ArgumentReaderArgumentReader.addCommands(String[] cmdList) protected ArgumentReaderstatic ArgumentReaderParses a string arguments into key values
example: [mvn clean install --Dencoding="UTF-8", --javaVersion 8 -v=true --args=1,2,3]
example (commands): [mvn, clean, install]
example (kv): [Dencoding=UTF-8, javaVersion=8, v=true, args=1,2,3]
See:
getString(String, int, String...)
getLong(String, int, String...)
getDouble(String, int, String...)
getValue(String, int, String...)
get(String, String)
getCommands()
hasCommand(String)static ArgumentReaderParses a string arguments into key values
example: [mvn clean install --Dencoding="UTF-8", --javaVersion 8 -v=true --args=1,2,3]
example (commands): [mvn, clean, install]
example (kv): [Dencoding=UTF-8, javaVersion=8, v=true, args=1,2,3]
See:
getString(String, int, String...)
getLong(String, int, String...)
getDouble(String, int, String...)
getValue(String, int, String...)
get(String, String)
getCommands()
hasCommand(String)protected ArgumentReaderArgumentReader.parseCommandLine(String input) ArgumentReader.parseEnvironment()