Uses of Class com.puppycrawl.tools.checkstyle.api.CheckstyleException

Uses in package com.puppycrawl.tools.checkstyle.api

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
The attribute value for an attribute name.
void
Called by configure() for every child of this component's Configuration.

Uses in package com.puppycrawl.tools.checkstyle

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
Creates a new instance of a class from a given name.
Object
Creates a new instance of a class from a given name, or that name concatenated with "Check".
void
String
Configuration
ConfigurationLoader.loadConfiguration(String aConfig, PropertyResolver aOverridePropsResolver)
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
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.

Uses in package com.puppycrawl.tools.checkstyle.filters

Methods which throw type com.puppycrawl.tools.checkstyle.api.CheckstyleException

FilterSet
Returns the suppression filters in a specified file.
void
SuppressionFilter.setFile(String aFileName)
Loads the suppressions for a file.