Frames | No Frames |
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 | 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. |
Back to the Checkstyle Home Page |