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
Methods in com.puppycrawl.tools.checkstyle.meta that return ModuleTypeModifier and TypeMethodDescriptionModuleDetails.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.