| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.meta |
Contains module metadata generation classes for checkstyle.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleType |
ModuleDetails.getModuleType()
Get module type.
|
static ModuleType |
ModuleType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ModuleDetails |
XmlMetaReader.read(java.io.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.
|
Copyright © 2001-2020. All Rights Reserved.