Uses of Interface
com.puppycrawl.tools.checkstyle.api.Configuration
Packages that use Configuration
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
-
Uses of Configuration in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement ConfigurationModifier and TypeClassDescriptionfinal class
Default implementation of the Configuration interface.Fields in com.puppycrawl.tools.checkstyle declared as ConfigurationModifier and TypeFieldDescriptionprivate final Configuration
PropertyCacheFile.config
Configuration object.private Configuration
AbstractAutomaticBean.configuration
The configuration of this bean.private Configuration
ConfigurationLoader.InternalLoader.configuration
The Configuration that is being built.private static final Configuration[]
DefaultConfiguration.EMPTY_CONFIGURATION_ARRAY
Constant for optimization.Fields in com.puppycrawl.tools.checkstyle with type parameters of type ConfigurationModifier and TypeFieldDescriptionprivate final List<Configuration>
DefaultConfiguration.children
The list of child Configurations.Methods in com.puppycrawl.tools.checkstyle that return ConfigurationModifier and TypeMethodDescriptionDefaultConfiguration.getChildren()
protected final Configuration
AbstractAutomaticBean.getConfiguration()
Returns the configuration that was used to configure this component.private static Configuration
Main.getTreeWalkerConfig
(Configuration config) ReturnsTreeWalker
module configuration.static Configuration
ConfigurationLoader.loadConfiguration
(String config, PropertyResolver overridePropsResolver) Returns the module configurations in a specified file.static Configuration
ConfigurationLoader.loadConfiguration
(String config, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions) Returns the module configurations in a specified file.static Configuration
ConfigurationLoader.loadConfiguration
(String config, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions, ThreadModeSettings threadModeSettings) Returns the module configurations in a specified file.static Configuration
ConfigurationLoader.loadConfiguration
(String config, PropertyResolver overridePropsResolver, ThreadModeSettings threadModeSettings) Returns the module configurations in a specified file.static Configuration
ConfigurationLoader.loadConfiguration
(InputSource configSource, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions) Returns the module configurations from a specified input source.static Configuration
ConfigurationLoader.loadConfiguration
(InputSource configSource, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions, ThreadModeSettings threadModeSettings) Returns the module configurations from a specified input source.private Configuration
ConfigurationLoader.parseInputSource
(InputSource source) Parses the specified input source loading the configuration information.Methods in com.puppycrawl.tools.checkstyle with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
DefaultConfiguration.addChild
(Configuration configuration) Makes a configuration a child of this configuration.final void
AbstractAutomaticBean.configure
(Configuration config) Implements the Configurable interface using bean introspection.private boolean
ConfigurationLoader.InternalLoader.containsAttribute
(Configuration module, String attributeName) Util method to recheck attribute in module.private static Configuration
Main.getTreeWalkerConfig
(Configuration config) ReturnsTreeWalker
module configuration.void
DefaultConfiguration.removeChild
(Configuration configuration) Removes a child of this configuration.protected void
AbstractAutomaticBean.setupChild
(Configuration childConf) Called by configure() for every child of this component's Configuration.protected void
Checker.setupChild
(Configuration childConf) Called by configure() for every child of this component's Configuration.void
TreeWalker.setupChild
(Configuration childConf) Called by configure() for every child of this component's Configuration.Constructors in com.puppycrawl.tools.checkstyle with parameters of type ConfigurationModifierConstructorDescriptionPropertyCacheFile
(Configuration config, String fileName) Creates a newPropertyCacheFile
instance. -
Uses of Configuration in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return ConfigurationMethods in com.puppycrawl.tools.checkstyle.api with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
Configurable.configure
(Configuration configuration) Configures this component.