| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackageObjectFactory
A factory for creating objects from package names and names.
|
| Modifier and Type | Field and Description |
|---|---|
private ModuleFactory |
Checker.moduleFactory
The factory for instantiating submodules.
|
private ModuleFactory |
TreeWalker.moduleFactory
A factory for creating submodules (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checker.setModuleFactory(ModuleFactory moduleFactory)
Sets the factory for creating submodules.
|
void |
TreeWalker.setModuleFactory(ModuleFactory moduleFactory)
Sets the module factory for creating child modules (Checks).
|
Copyright © 2001-2022. All Rights Reserved.