Class JavadocPropertiesGenerator

java.lang.Object
com.puppycrawl.tools.checkstyle.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 Details

    • main

      public static void main(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