Uses of Interface
com.puppycrawl.tools.checkstyle.api.RootModule
-
Packages that use RootModule Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.com.puppycrawl.tools.checkstyle.ant Contains code related to Checkstyle Ant Task. -
-
Uses of RootModule in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement RootModule Modifier and Type Class Description class
Checker
This class provides the functionality to check a set of files.Methods in com.puppycrawl.tools.checkstyle that return RootModule Modifier and Type Method Description private 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 RootModule Modifier and Type Method Description private RootModule
CheckstyleAntTask. createRootModule()
Creates new instance of the root module.Methods in com.puppycrawl.tools.checkstyle.ant with parameters of type RootModule Modifier and Type Method Description private void
CheckstyleAntTask. processFiles(RootModule rootModule, SeverityLevelCounter warningCounter, String checkstyleVersion)
Scans and processes files by means given root module.
-