|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ModuleFactory | |
| com.puppycrawl.tools.checkstyle | Contains the implementation of the Checkstyle framework. |
| Uses of ModuleFactory in com.puppycrawl.tools.checkstyle |
| Methods in com.puppycrawl.tools.checkstyle that return ModuleFactory | |
static ModuleFactory |
PackageNamesLoader.loadModuleFactory(java.lang.ClassLoader aClassLoader)
Returns the default list of package names. |
static ModuleFactory |
PackageNamesLoader.loadModuleFactory(java.lang.String aFilename)
Returns the package names in a specified file. |
| Methods in com.puppycrawl.tools.checkstyle with parameters of type ModuleFactory | |
void |
Checker.setModuleFactory(ModuleFactory aModuleFactory)
Sets the factory for creating submodules. |
void |
TreeWalker.setModuleFactory(ModuleFactory aModuleFactory)
Sets the module factory for creating child modules (Checks). |
|
Back to the Checkstyle Home Page | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||