Package com.puppycrawl.tools.checkstyle
Class JavadocPropertiesGenerator
java.lang.Object
com.puppycrawl.tools.checkstyle.JavadocPropertiesGenerator
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
-
Method Details
-
main
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
-