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 ModuleTypeModuleDetails. moduleTypeType of the module(check/filter/filefilter).Methods in com.puppycrawl.tools.checkstyle.meta that return ModuleType Modifier and Type Method Description private ModuleTypeJavadocMetadataScraper. getModuleType()Get module type(check/filter/filefilter) based on file name.ModuleTypeModuleDetails. getModuleType()Get module type.static ModuleTypeModuleType. valueOf(java.lang.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 ModuleDetailsXmlMetaReader. read(java.io.InputStream moduleMetadataStream, ModuleType moduleType)Read the module details from the supplied input stream of the module's XML metadata file.voidModuleDetails. setModuleType(ModuleType moduleType)Set type of module.
-