| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.meta |
Contains module metadata generation classes for checkstyle.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ModulePropertyDetails> |
ModuleDetails.properties
List of properties of the module.
|
| Modifier and Type | Method and Description |
|---|---|
private static ModulePropertyDetails |
JavadocMetadataScraper.createProperties(DetailNode nodeLi)
Create the modulePropertyDetails content.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<ModulePropertyDetails> |
XmlMetaReader.createProperties(org.w3c.dom.Element properties)
Create module property details from the XML metadata.
|
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-2022. All Rights Reserved.