public interface CommandLineBuilder
CommandLineArgs
. This includes stringification and
modification of arguments as necessary (e.g. adding "./")Modifier and Type | Method and Description |
---|---|
CommandLine |
build(CommandLineArgs commandLineArgs) |
CommandLine build(CommandLineArgs commandLineArgs) throws CommandLineArgException
commandLineArgs
- the command line args to stringifyCommandLineArgException
- If one of the arguments returned from commandLineArgs
was not of a valid type to be considered a command line argument. See CommandLineArgStringifier