Class SyncAgentConsoleApp

    • Constructor Detail

      • SyncAgentConsoleApp

        public SyncAgentConsoleApp​(Properties props)
                            throws com.thetransactioncompany.util.PropertyParseException
        Creates a new Sync Agent console application.
        Parameters:
        props - The configuration properties, see Configuration.
        Throws:
        com.thetransactioncompany.util.PropertyParseException - On a missing or invalid configuration property.
    • Method Detail

      • main

        public static void main​(String[] args)
        The main entry point to the console application. The Java properties configuration can be passed either by supplying its filename as a command line argument or by piping its content through standard input.
        Parameters:
        args - The command line arguments.