Uses of Class
com.puppycrawl.tools.checkstyle.meta.ModuleDetails
Packages that use ModuleDetails
Package
Description
Contains module metadata generation classes for checkstyle.
-
Uses of ModuleDetails in com.puppycrawl.tools.checkstyle.meta
Methods in com.puppycrawl.tools.checkstyle.meta that return ModuleDetailsModifier and TypeMethodDescriptionstatic ModuleDetails
XmlMetaReader.read
(InputStream moduleMetadataStream, ModuleType moduleType) Read the module details from the supplied input stream of the module's XML metadata file.Methods in com.puppycrawl.tools.checkstyle.meta that return types with arguments of type ModuleDetailsModifier and TypeMethodDescriptionstatic Map<String,
ModuleDetails> JavadocMetadataScraper.getModuleDetailsStore()
Getter method formoduleDetailsStore
.static List<ModuleDetails>
XmlMetaReader.readAllModulesIncludingThirdPartyIfAny
(String... thirdPartyPackages) Utility to load all the metadata files present in the checkstyle JAR including third parties' module metadata files.Methods in com.puppycrawl.tools.checkstyle.meta with parameters of type ModuleDetailsModifier and TypeMethodDescriptionstatic void
XmlMetaWriter.write
(ModuleDetails moduleDetails) Helper function to write module details to XML file.