| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.meta |
Contains module metadata generation classes for checkstyle.
|
| Modifier and Type | Method and Description |
|---|---|
ModulePropertyDetails |
ModuleDetails.getModulePropertyByKey(java.lang.String key)
Get a module property object by supplying its name as key.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ModulePropertyDetails> |
ModuleDetails.getProperties()
Get property list of module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleDetails.addToProperties(ModulePropertyDetails property)
Add a single module property to the module's property list and map both.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleDetails.addToProperties(java.util.List<ModulePropertyDetails> modulePropertyDetailsList)
Add a list of properties to the module's property list and map both.
|
Copyright © 2001-2020. All Rights Reserved.