Uses of Interface
com.puppycrawl.tools.checkstyle.api.RootModule
Packages that use RootModule
Package
Description
Contains the implementation of the Checkstyle framework.
Contains code related to Checkstyle Ant Task.
-
Uses of RootModule in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement RootModuleModifier and TypeClassDescriptionclass
This class provides the functionality to check a set of files.Methods in com.puppycrawl.tools.checkstyle that return RootModuleModifier and TypeMethodDescriptionprivate static RootModule
Main.getRootModule
(String name, ClassLoader moduleClassLoader) Creates a new instance of the root module that will control and run Checkstyle. -
Uses of RootModule in com.puppycrawl.tools.checkstyle.ant
Methods in com.puppycrawl.tools.checkstyle.ant that return RootModuleModifier and TypeMethodDescriptionprivate RootModule
CheckstyleAntTask.createRootModule()
Creates new instance of the root module.Methods in com.puppycrawl.tools.checkstyle.ant with parameters of type RootModuleModifier and TypeMethodDescriptionprivate void
CheckstyleAntTask.processFiles
(RootModule rootModule, SeverityLevelCounter warningCounter, String checkstyleVersion) Scans and processes files by means given root module.