Class CmdlineStarter


  • @Deprecated
    public class CmdlineStarter
    extends Object
    Deprecated.

    This class starts Graja in a separate JVM. It expects three parameters on the command line.

    The exit code of this programm will be 0, if we could write a result file (which could contain error messages as well as success messages), otherwise it is 1.

    Error messages will get localized by the default locale.

    • Constructor Detail

      • CmdlineStarter

        public CmdlineStarter()
        Deprecated.
    • Method Detail

      • main

        public static void main​(String[] args)
                         throws Exception
        Deprecated.
        The main method expects three parameters:
        • A format specification: xml or json
        • The path to the request file
        • The path to the generated result file
        Parameters:
        args - three arguments
        Throws:
        Exception