Uses of Enum
com.puppycrawl.tools.checkstyle.meta.ModuleType
Packages that use ModuleType
Package
Description
Contains module metadata generation classes for checkstyle.
-
Uses of ModuleType in com.puppycrawl.tools.checkstyle.meta
Fields in com.puppycrawl.tools.checkstyle.meta declared as ModuleTypeModifier and TypeFieldDescriptionprivate ModuleType
ModuleDetails.moduleType
Type of the module(check/filter/filefilter).Methods in com.puppycrawl.tools.checkstyle.meta that return ModuleTypeModifier and TypeMethodDescriptionprivate ModuleType
JavadocMetadataScraper.getModuleType()
Get module type(check/filter/filefilter) based on file name.ModuleDetails.getModuleType()
Get module type.static ModuleType
Returns the enum constant of this type with the specified name.static ModuleType[]
ModuleType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.puppycrawl.tools.checkstyle.meta with parameters of type ModuleTypeModifier 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.void
ModuleDetails.setModuleType
(ModuleType moduleType) Set type of module.