Class JavadocPropertiesGenerator


  • public final class JavadocPropertiesGenerator
    extends java.lang.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 Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      TokenTypes.properties generator entry point.
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String... args)
                         throws CheckstyleException
        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