Class AbstractStyleNameConverter.Red

    • Constructor Detail

      • Red

        public Red​(List<PatternFormatter> formatters,
                   String styling)
        Constructs the converter. This constructor must be public.
        Parameters:
        formatters - The PatternFormatters to generate the text to manipulate.
        styling - The styling that should encapsulate the pattern.
    • Method Detail

      • newInstance

        public static AbstractStyleNameConverter.Red newInstance​(Configuration config,
                                                                 String[] options)
        Gets an instance of the class (called via reflection).
        Parameters:
        config - The current Configuration.
        options - The pattern options, may be null. If the first element is "short", only the first line of the throwable will be formatted.
        Returns:
        new instance of class or null