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 classDefault implementation of the Configuration interface.Methods in com.puppycrawl.tools.checkstyle that return ConfigurationModifier and TypeMethodDescriptionDefaultConfiguration.getChildren()static ConfigurationConfigurationLoader.loadConfiguration(String config, PropertyResolver overridePropsResolver) Returns the module configurations in a specified file.static ConfigurationConfigurationLoader.loadConfiguration(String config, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions) Returns the module configurations in a specified file.static ConfigurationConfigurationLoader.loadConfiguration(String config, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions, ThreadModeSettings threadModeSettings) Returns the module configurations in a specified file.static ConfigurationConfigurationLoader.loadConfiguration(String config, PropertyResolver overridePropsResolver, ThreadModeSettings threadModeSettings) Returns the module configurations in a specified file.static ConfigurationConfigurationLoader.loadConfiguration(InputSource configSource, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions) Returns the module configurations from a specified input source.static ConfigurationConfigurationLoader.loadConfiguration(InputSource configSource, PropertyResolver overridePropsResolver, ConfigurationLoader.IgnoredModulesOptions ignoredModulesOptions, ThreadModeSettings threadModeSettings) Returns the module configurations from a specified input source.Methods in com.puppycrawl.tools.checkstyle with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidDefaultConfiguration.addChild(Configuration configuration) Makes a configuration a child of this configuration.voidDefaultConfiguration.removeChild(Configuration configuration) Removes a child of this configuration.protected voidChecker.setupChild(Configuration childConf) Called by configure() for every child of this component's Configuration.voidTreeWalker.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 newPropertyCacheFileinstance. -
Uses of Configuration in com.puppycrawl.tools.checkstyle.api
Methods in com.puppycrawl.tools.checkstyle.api that return ConfigurationModifier and TypeMethodDescriptionConfiguration.getChildren()The set of child configurations.protected final ConfigurationAutomaticBean.getConfiguration()Returns the configuration that was used to configure this component.Methods in com.puppycrawl.tools.checkstyle.api with parameters of type ConfigurationModifier and TypeMethodDescriptionfinal voidAutomaticBean.configure(Configuration config) Implements the Configurable interface using bean introspection.voidConfigurable.configure(Configuration configuration) Configures this component.protected voidAutomaticBean.setupChild(Configuration childConf) Called by configure() for every child of this component's Configuration.