public final class MetadataGeneratorUtil extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
MetadataGeneratorUtil()
Stop instances being created.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
dumpMetadata(Checker checker,
java.lang.String path)
Process files using the checker passed and write to corresponding XML files.
|
static void |
generate(java.lang.String... args)
Generate metadata from the module source files available in the input argument path.
|
private MetadataGeneratorUtil()
public static void generate(java.lang.String... args) throws java.io.IOException, CheckstyleException
args - argumentsjava.io.IOException - ioExceptionCheckstyleException - checkstyleExceptionprivate static void dumpMetadata(Checker checker, java.lang.String path) throws CheckstyleException, java.io.IOException
checker - checkerpath - rootPathCheckstyleException - checkstyleExceptionjava.io.IOException - ioExceptionCopyright © 2001-2021. All Rights Reserved.