Class MetadataGeneratorUtil
java.lang.Object
com.puppycrawl.tools.checkstyle.meta.MetadataGeneratorUtil
Class which handles all the metadata generation and writing calls.
-
Method Summary
Modifier and TypeMethodDescriptionReturn all token types present in checkstyle.static void
Generate metadata from the module source files available in the input argument path.
-
Method Details
-
generate
Generate metadata from the module source files available in the input argument path.- Parameters:
args
- arguments- Throws:
IOException
- ioExceptionCheckstyleException
- checkstyleException
-
fetchAllTokens
Return all token types present in checkstyle.- Returns:
- list of token type names
-