Uses of Class
com.puppycrawl.tools.checkstyle.meta.ModulePropertyDetails
-
Packages that use ModulePropertyDetails Package Description com.puppycrawl.tools.checkstyle.meta Contains module metadata generation classes for checkstyle. -
-
Uses of ModulePropertyDetails in com.puppycrawl.tools.checkstyle.meta
Methods in com.puppycrawl.tools.checkstyle.meta that return ModulePropertyDetails Modifier and Type Method Description ModulePropertyDetails
ModuleDetails. getModulePropertyByKey(java.lang.String key)
Get a module property object by supplying its name as key.Methods in com.puppycrawl.tools.checkstyle.meta that return types with arguments of type ModulePropertyDetails Modifier and Type Method Description java.util.List<ModulePropertyDetails>
ModuleDetails. getProperties()
Get property list of module.Methods in com.puppycrawl.tools.checkstyle.meta with parameters of type ModulePropertyDetails Modifier and Type Method Description void
ModuleDetails. addToProperties(ModulePropertyDetails property)
Add a single module property to the module's property list and map both.Method parameters in com.puppycrawl.tools.checkstyle.meta with type arguments of type ModulePropertyDetails Modifier and Type Method Description void
ModuleDetails. addToProperties(java.util.List<ModulePropertyDetails> modulePropertyDetailsList)
Add a list of properties to the module's property list and map both.
-