public final class MetadataGeneratorUtil extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
fetchAllTokens()
Return all token types present in checkstyle.
|
static void |
generate(java.lang.String... args)
Generate metadata from the module source files available in the input argument path.
|
public static void generate(java.lang.String... args) throws java.io.IOException, CheckstyleException
args - argumentsjava.io.IOException - ioExceptionCheckstyleException - checkstyleExceptionpublic static java.util.List<java.lang.String> fetchAllTokens()
Copyright © 2001-2020. All Rights Reserved.