Uses of Interface com.puppycrawl.tools.checkstyle.api.Configuration

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

Methods with parameter type com.puppycrawl.tools.checkstyle.api.Configuration

void
Implements the Configurable interface using bean introspection.
void
Configures this component.
void
Called by configure() for every child of this component's Configuration.

Methods with return type com.puppycrawl.tools.checkstyle.api.Configuration

Configuration[]
The set of child configurations.
Configuration
Returns the configuration that was used to configure this component.

Uses in package com.puppycrawl.tools.checkstyle

Classes implementing com.puppycrawl.tools.checkstyle.api.Configuration

class
Default implementation of the Configuration interface.

Methods with parameter type com.puppycrawl.tools.checkstyle.api.Configuration

void
Makes a configuration a child of this configuration.
void
Removes a child of this configuration.
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 with return type com.puppycrawl.tools.checkstyle.api.Configuration

Configuration[]
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.