public final class CommandLineStartup extends Object
main(String[])
method that accepts command line arguments. It accepts just one
parameter which is Spring XML configuration file path. You can run this class from command
line without parameters to get help message.
Note that scripts ${IGNITE_HOME}/bin/ignite.{sh|bat}
shipped with Ignite use
this startup and you can use them as an example.
Modifier and Type | Field and Description |
---|---|
static String |
DFLT_PROG_NAME |
Modifier and Type | Method and Description |
---|---|
static boolean |
isHelp(String arg)
Tests whether argument is help argument.
|
static void |
main(String[] args)
Main entry point.
|
public static final String DFLT_PROG_NAME
public static boolean isHelp(String arg)
arg
- Command line argument.true
if given argument is a help argument, false
otherwise.public static void main(String[] args)
args
- Command line arguments.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023