Uses of Class
com.puppycrawl.tools.checkstyle.meta.ModuleType
-
Packages that use ModuleType Package Description com.puppycrawl.tools.checkstyle.meta 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 ModuleType Modifier and Type Field Description private ModuleType
ModuleDetails. moduleType
Type of the module(check/filter/filefilter).Methods in com.puppycrawl.tools.checkstyle.meta that return ModuleType Modifier and Type Method Description private ModuleType
JavadocMetadataScraper. getModuleType()
Get module type(check/filter/filefilter) based on file name.ModuleType
ModuleDetails. getModuleType()
Get module type.static ModuleType
ModuleType. valueOf(String name)
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 ModuleType Modifier and Type Method Description static 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.
-