public interface RootModule extends Configurable
Modifier and Type | Method and Description |
---|---|
void |
addListener(AuditListener listener)
Add the listener that will be used to receive events from the audit.
|
void |
destroy()
Cleans up the object.
|
int |
process(List<File> files)
Processes a set of files.
|
void |
setModuleClassLoader(ClassLoader moduleClassLoader)
Sets the classloader used to load Checkstyle core and custom module
classes when the module tree is being built up.
|
configure
void destroy()
int process(List<File> files) throws CheckstyleException
files
- the list of files to be audited.CheckstyleException
- if error condition within Checkstyle occursdestroy()
void addListener(AuditListener listener)
listener
- the nosy thingvoid setModuleClassLoader(ClassLoader moduleClassLoader)
moduleClassLoader
- the classloader used to load module classesCopyright © 2001–2018. All rights reserved.