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.com.puppycrawl.tools.checkstyle.meta Contains module metadata generation classes for checkstyle. -
-
Uses of RootModule in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement RootModule Modifier and Type Class Description classCheckerThis 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 RootModuleMain. getRootModule(java.lang.String name, java.lang.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 RootModuleCheckstyleAntTask. 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 voidCheckstyleAntTask. processFiles(RootModule rootModule, SeverityLevelCounter warningCounter, java.lang.String checkstyleVersion)Scans and processes files by means given root module. -
Uses of RootModule in com.puppycrawl.tools.checkstyle.meta
Methods in com.puppycrawl.tools.checkstyle.meta with parameters of type RootModule Modifier and Type Method Description private static voidMetadataGeneratorUtil. dumpMetadata(RootModule root, java.lang.String path, java.lang.String... moduleFolders)Process files using the checker passed and write to corresponding XML files.
-