public final class GridCommandLineStartup 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 ${GRIDGAIN_HOME}/bin/ggstart.{sh|bat} shipped with GridGain use
this startup and you can use them as an example.
public static void main(String[] args)
args - Command line arguments.Copyright © 2014. All rights reserved.