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

Packages that use PropertyResolver
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
 

Uses of PropertyResolver in com.puppycrawl.tools.checkstyle
 

Classes in com.puppycrawl.tools.checkstyle that implement PropertyResolver
 class PropertiesExpander
          Resolves external properties from an underlying Properties object.
 

Methods in com.puppycrawl.tools.checkstyle with parameters of type PropertyResolver
static Configuration ConfigurationLoader.loadConfiguration(String aConfig, PropertyResolver aOverridePropsResolver)
          Returns the module configurations in a specified file.
static Configuration ConfigurationLoader.loadConfiguration(String aConfig, PropertyResolver aOverridePropsResolver, boolean aOmitIgnoredModules)
          Returns the module configurations in a specified file.
 


Back to the Checkstyle Home Page