Class JJDocGlobals

    • Field Detail

      • input_file

        public static java.lang.String input_file
        The name of the input file.
      • output_file

        public static java.lang.String output_file
        The name of the output file.
      • generator

        public static Generator generator
        The Generator to create output with.
    • Constructor Detail

      • JJDocGlobals

        public JJDocGlobals()
    • Method Detail

      • setGenerator

        public static void setGenerator​(Generator generator)
        Parameters:
        generator - The generator to set.
      • getGenerator

        public static Generator getGenerator()
        The commandline option is either TEXT or not, but the generator might have been set to some other Generator using the setGenerator method.
        Returns:
        the generator configured in options or set by setter.
      • debug

        public static void debug​(java.lang.String message)
        Log informational messages.
        Parameters:
        message - the message to log
      • info

        public static void info​(java.lang.String message)
        Log informational messages.
        Parameters:
        message - the message to log
      • error

        public static void error​(java.lang.String message)
        Log error messages.
        Parameters:
        message - the message to log