Class 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 with 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/cdc.{sh|bat} shipped with Ignite use this startup and you can use them as an example.

    See Also:
    CdcMain
    • Constructor Detail

      • CdcCommandLineStartup

        public CdcCommandLineStartup()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main entry point.
        Parameters:
        args - Command line arguments.