Uses of Interface
org.dellroad.jct.core.simple.CommandLineParser
Packages that use CommandLineParser
Package
Description
Simple console implementation for the Java Console Toolkit.
-
Uses of CommandLineParser in org.dellroad.jct.core.simple
Classes in org.dellroad.jct.core.simple that implement CommandLineParserModifier and TypeClassDescriptionclass
A simple command line parser: Command name and parameters are separated by whitespace Java-style doubly-quoted string literals are supported, and may span multiple lines Backslash escapes are supported for (in particular) double quote and backslash characters Backslash escapes are supported for end of line continuations to the next lineFields in org.dellroad.jct.core.simple declared as CommandLineParserModifier and TypeFieldDescriptionprotected CommandLineParser
SimpleCommandSupport.commandLineParser
Methods in org.dellroad.jct.core.simple that return CommandLineParserModifier and TypeMethodDescriptionSimpleCommandSupport.getCommandLineParser()
Get the configured command line parser.Methods in org.dellroad.jct.core.simple with parameters of type CommandLineParserModifier and TypeMethodDescriptionvoid
SimpleCommandSupport.setCommandLineParser
(CommandLineParser commandLineParser) Configure how command lines are parsed into separate arguments.