Class CliDefinition

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean clientConfig
      Get the config for the client form.
      java.lang.String config
      Filename for the configuration (templates and CO).
      java.lang.String output
      The destination file.
      java.lang.String spec
      The location of the description of what has to be printed.
      java.lang.String springConfig
      Spring configuration file to use in addition to the default.
      java.lang.String verbose
      Used only if log4jConfig is not specified.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • config

        @Argument(description="Filename for the configuration (templates&CO)",
                  required=true)
        public java.lang.String config
        Filename for the configuration (templates and CO).
      • spec

        @Argument(description="The location of the description of what has to be printed. By default, STDIN")
        public java.lang.String spec
        The location of the description of what has to be printed.
      • verbose

        @Argument(description="Used only if log4jConfig is not specified. 3 if you want everything, 2 if you want the debug information (stacktraces are shown), 1 for infos and 0 for only warnings and errors")
        public java.lang.String verbose
        Used only if log4jConfig is not specified.
      • output

        @Argument(description="The destination file. By default, Standard Out")
        public java.lang.String output
        The destination file.
      • clientConfig

        @Argument(description="Get the config for the client form. Doesn\'t generate a PDF")
        public boolean clientConfig
        Get the config for the client form.
      • springConfig

        @Argument(description="Spring configuration file to use in addition to the default.  This allows overriding certain values if desired")
        public java.lang.String springConfig
        Spring configuration file to use in addition to the default.