Uses of Interface
com.puppycrawl.tools.checkstyle.PropertyResolver
Package
Description
Contains the implementation of the Checkstyle framework.
-
Uses of PropertyResolver in com.puppycrawl.tools.checkstyle
Modifier and TypeClassDescriptionfinal class
Resolves external properties from an underlyingProperties
object.Modifier and TypeFieldDescriptionprivate final PropertyResolver
ConfigurationLoader.overridePropsResolver
Property resolver.Modifier and TypeMethodDescriptionstatic 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 static String
ConfigurationLoader.replaceProperties
(String value, PropertyResolver props, String defaultValue) Replaces${xxx}
style constructions in the given value with the string value of the corresponding data types.ModifierConstructorDescriptionprivate
ConfigurationLoader
(PropertyResolver overrideProps, boolean omitIgnoredModules, ThreadModeSettings threadModeSettings) Creates a newConfigurationLoader
instance.