Class CdcCommandLineStartup
- java.lang.Object
-
- org.apache.ignite.startup.cmdline.CdcCommandLineStartup
-
public class CdcCommandLineStartup extends Object
This class defines command-line Ignite Capture Data Change startup. This startup can be used to start Ignite Capture Data Change application outside of any hosting environment from command line. This startup is a Java application withmain(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/cdc.{sh|bat}
shipped with Ignite use this startup and you can use them as an example.- See Also:
CdcMain
-
-
Constructor Summary
Constructors Constructor Description CdcCommandLineStartup()
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main entry point.- Parameters:
args
- Command line arguments.
-
-