Class JavadocPropertiesGenerator


  • public final class JavadocPropertiesGenerator
    extends Object
    This class is used internally in the build process to write a property file with short descriptions (the first sentences) of TokenTypes constants. Request: 724871 For IDE plugins (like the eclipse plugin) it would be useful to have a programmatic access to the first sentence of the TokenType constants, so they can use them in their configuration gui.
    • Method Detail

      • main

        public static void main​(String... args)
                         throws CheckstyleException,
                                org.apache.commons.cli.ParseException
        TokenTypes.properties generator entry point.
        Parameters:
        args - the command line arguments
        Throws:
        CheckstyleException - if parser or lexer failed or if there is an IO problem
        org.apache.commons.cli.ParseException - if the command line can not be passed