1.
Nailgun Changelog
v 0.7 (Jan 3, 2005). Added windows binary compilation to build process. ... Added --nailgun-version command line option to client to display client version ...
2.
JSAP: The Java Simple Argument Parser
JSAP: the Java Simple Argument Parser. Why do we need another command line parser? Put simply, I got tired of writing simple command line parsers for every ...
3.
Parameter (JSAP: the Java Simple Argument Parser)
This ID is used to retrieve values from the parser after the command line is parsed. You can set the ID to any String value you wish, although in general ...
4.
JSAP: The Java Simple Argument Parser
JSAP: the Java Simple Argument Parser. Why do we need another command line parser? Put simply, I got tired of writing simple command line parsers for every ...
5.
JSAP: The Java Simple Argument Parser
... requiring a certain number of arguments and deciding that args[0] would always mean, say, an input file ... Hence JSAP - the Java Simple Argument Parser. ... Parse the command line. For any omitted parameters, look for values in ~/. ...
6.
JSAP: The Java Simple Argument Parser
Hence JSAP - the Java Simple Argument Parser. ... when invoking the program, JSAP will throw a ParseException when you have it parse the command line. ...
7.
Switch (JSAP: the Java Simple Argument Parser)
com.martiansoftware.jsap. Class Switch. java.lang.Object extended by com.martiansoftware.jsap. ... public Switch(String id, char shortFlag, String longFlag) ...
8.
JSAP: The Java Simple Argument Parser
JSAP: the Java Simple Argument Parser. Why do we need another command line ... Parse the command line. For any omitted parameters, look for values in ~/. ...
9.
ParameterConfiguration (JSAP: the Java Simple Argument Parser)
Creates source code for a java method that creates a parameter matching this ... Returns an array of this parameter's default values, or a zero-length array ...
10.
ParameterConfiguration (JSAP: the Java Simple Argument Parser)
Creates source code for a java method that creates a parameter matching this ... Returns an array of this parameter's default values, or a zero-length array ...