Uses of Interface com.puppycrawl.tools.checkstyle.PropertyResolver

Uses in package com.puppycrawl.tools.checkstyle

Classes implementing com.puppycrawl.tools.checkstyle.PropertyResolver

class
Resolves external properties from an underlying Properties object.

Methods with parameter type com.puppycrawl.tools.checkstyle.PropertyResolver

Configuration
ConfigurationLoader.loadConfiguration(InputStream aConfigStream, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules)
Returns the module configurations from a specified input stream.
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.