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,
java.lang.String... moduleFolders)
Process files using the checker passed and write to corresponding XML files.
|
static void |
generate(java.lang.String path,
java.lang.String... moduleFolders)
Generate metadata from the module source files available in the input argument path.
|
private MetadataGeneratorUtil()
public static void generate(java.lang.String path, java.lang.String... moduleFolders) throws java.io.IOException, CheckstyleException
path - argumentsmoduleFolders - folders to checkjava.io.IOException - ioExceptionCheckstyleException - checkstyleExceptionprivate static void dumpMetadata(Checker checker, java.lang.String path, java.lang.String... moduleFolders) throws CheckstyleException, java.io.IOException
moduleFolders - folders to checkchecker - checkerpath - rootPathCheckstyleException - checkstyleExceptionjava.io.IOException - ioExceptionCopyright © 2001-2022. All Rights Reserved.