|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckstyleException | |
---|---|
com.puppycrawl.tools.checkstyle | Contains the implementation of the Checkstyle framework. |
com.puppycrawl.tools.checkstyle.api | Contains the core API to be used to implement checks. |
com.puppycrawl.tools.checkstyle.checks.header | File Header checks. |
com.puppycrawl.tools.checkstyle.filters | Contains the filters that are bundled with the main distribution. |
Uses of CheckstyleException in com.puppycrawl.tools.checkstyle |
---|
Methods in com.puppycrawl.tools.checkstyle that throw CheckstyleException | |
---|---|
Object |
ModuleFactory.createModule(String aName)
Creates a new instance of a class from a given name. |
void |
Checker.finishLocalSetup()
|
String |
DefaultConfiguration.getAttribute(String aName)
The attribute value for an attribute name. |
static Set<String> |
PackageNamesLoader.getPackageNames(ClassLoader aClassLoader)
Returns the set of package names, compiled from all checkstyle_packages.xml files found on the given classloaders classpath. |
static Configuration |
ConfigurationLoader.loadConfiguration(InputSource aConfigSource,
PropertyResolver aOverridePropsResolver,
boolean aOmitIgnoredModules)
Returns the module configurations from a specified input source. |
static Configuration |
ConfigurationLoader.loadConfiguration(InputStream aConfigStream,
PropertyResolver aOverridePropsResolver,
boolean aOmitIgnoredModules)
Deprecated. As this method does not provide a valid system ID, preventing resolution of external entities, a version using an InputSource
should be used instead |
static Configuration |
ConfigurationLoader.loadConfiguration(String aConfig,
PropertyResolver aOverridePropsResolver)
Returns the module configurations in a specified file. |
static Configuration |
ConfigurationLoader.loadConfiguration(String aConfig,
PropertyResolver aOverridePropsResolver,
boolean aOmitIgnoredModules)
Returns the module configurations in a specified file. |
String |
PropertyResolver.resolve(String aName)
Resolves a property name to it's value. |
protected void |
Checker.setupChild(Configuration aChildConf)
|
void |
TreeWalker.setupChild(Configuration aChildConf)
|
Constructors in com.puppycrawl.tools.checkstyle that throw CheckstyleException | |
---|---|
Checker()
Creates a new Checker instance. |
Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.api |
---|
Methods in com.puppycrawl.tools.checkstyle.api that throw CheckstyleException | |
---|---|
void |
AutomaticBean.configure(Configuration aConfiguration)
Implements the Configurable interface using bean introspection. |
void |
Configurable.configure(Configuration aConfiguration)
Configures this component. |
void |
AutomaticBean.contextualize(Context aContext)
Implements the Contextualizable interface using bean introspection. |
void |
Contextualizable.contextualize(Context aContext)
Sets the context for this Component. |
protected void |
AutomaticBean.finishLocalSetup()
Provides a hook to finish the part of this component's setup that was not handled by the bean introspection. |
String |
Configuration.getAttribute(String aName)
The attribute value for an attribute name. |
protected void |
AutomaticBean.setupChild(Configuration aChildConf)
Called by configure() for every child of this component's Configuration. |
Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.checks.header |
---|
Methods in com.puppycrawl.tools.checkstyle.checks.header that throw CheckstyleException | |
---|---|
protected void |
AbstractHeaderCheck.finishLocalSetup()
|
Uses of CheckstyleException in com.puppycrawl.tools.checkstyle.filters |
---|
Methods in com.puppycrawl.tools.checkstyle.filters that throw CheckstyleException | |
---|---|
static FilterSet |
SuppressionsLoader.loadSuppressions(String aFilename)
Returns the suppression filters in a specified file. |
void |
SuppressionFilter.setFile(String aFileName)
Loads the suppressions for a file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |