Package net.royalur.cli
Class CLI
java.lang.Object
net.royalur.cli.CLI
Parses CLI arguments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
boolean
hasNext()
next()
nextFile()
static CLI
void
printHelp
(PrintStream out) readKeyword
(String keyword, String defaultValue) double
readKeywordDouble
(String keyword, double defaultValue) readKeywordExistingDirectory
(String keyword, File defaultValue) readKeywordExistingFile
(String keyword, File defaultValue) readKeywordFile
(String keyword, File defaultValue) boolean
readKeywordIsPresent
(String keyword) <T> T
readKeywordMap
(String keyword, Map<String, T> map, T defaultValue) readKeywordOrNull
(String keyword) readNonEmptyKeywordOrNull
(String keyword) void
setHelp
(Consumer<PrintStream> help) As sub-commands are routed, they can update the help that is displayed when an error occurs.
-
Constructor Details
-
CLI
-
-
Method Details
-
parse
-
setHelp
As sub-commands are routed, they can update the help that is displayed when an error occurs. -
printHelp
-
hasNext
public boolean hasNext() -
next
-
nextFile
-
nextExistingFile
-
nextExistingDirectory
-
readKeywordIsPresent
-
readKeywordOrNull
-
readNonEmptyKeywordOrNull
-
readKeyword
-
readKeywordMap
-
readKeywordDouble
-
readKeywordFile
-
readKeywordExistingFile
-
readKeywordExistingDirectory
-
clear
public void clear() -
expectEmpty
public void expectEmpty()
-