Frames | No Frames |
Methods which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException | |
void | Implements the Configurable interface using bean introspection. |
void | Configures this component. |
void | Implements the Contextualizable interface using bean introspection. |
void | Sets the context for this Component. |
void | Provides a hook to finish the part of this compoent's setup that
was not handled by the bean introspection. |
String | Configuration.getAttribute(String aName) The attribute value for an attribute name. |
void | Called by configure() for every child of this component's Configuration. |
Methods which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException | |
void | Checks that required args were specified. |
void | Checks that required args were specified. |
Constructors which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException | |
Creates a new Checker instance. |
Methods which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException | |
Object | ModuleFactory.createModule(String aName) Creates a new instance of a class from a given name. |
void | |
String | DefaultConfiguration.getAttribute(String aName) |
Configuration | ConfigurationLoader.loadConfiguration(InputStream aConfigStream, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules) Returns the module configurations from a specified input stream. |
Configuration | Returns the module configurations in a specified file. |
Configuration | ConfigurationLoader.loadConfiguration(String aConfig, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules) Returns the module configurations in a specified file. |
ModuleFactory | PackageNamesLoader.loadModuleFactory(ClassLoader aClassLoader) Returns the default list of package names. |
ModuleFactory | PackageNamesLoader.loadModuleFactory(String aFilename) Returns the package names in a specified file. |
String | PropertyResolver.resolve(String aName) Resolves a property name to it's value. |
void | Instantiates, configures and registers a child AbstractFilter
or FileSetCheck
that is specified in the provided configuration. |
void | Instantiates, configures and registers a Check that is specified
in the provided configuration. |
Methods which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException | |
FilterSet | SuppressionsLoader.loadSuppressions(String aFilename) Returns the suppression filters in a specified file. |
void | SuppressionFilter.setFile(String aFileName) Loads the suppressions for a file. |
Back to the Checkstyle Home Page |