| Package | Description | 
|---|---|
| com.puppycrawl.tools.checkstyle | 
 Contains the implementation of the Checkstyle framework. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PropertiesExpander
Resolves external properties from an
 underlying  
Properties object. | 
| Modifier and Type | Method and Description | 
|---|---|
static Configuration | 
ConfigurationLoader.loadConfiguration(InputSource configSource,
                 PropertyResolver overridePropsResolver,
                 boolean omitIgnoredModules)
Deprecated. 
 
in order to fulfill demands of BooleanParameter IDEA check. 
 | 
static Configuration | 
ConfigurationLoader.loadConfiguration(InputSource configSource,
                 PropertyResolver overridePropsResolver,
                 boolean omitIgnoredModules,
                 ThreadModeSettings threadModeSettings)
Deprecated. 
 
in order to fulfill demands of BooleanParameter IDEA check. 
 | 
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. 
 | 
static Configuration | 
ConfigurationLoader.loadConfiguration(InputStream configStream,
                 PropertyResolver overridePropsResolver,
                 boolean omitIgnoredModules)
Deprecated. 
 
As this method does not provide a valid system ID,
     preventing resolution of external entities, a
      
version using an InputSource
     should be used instead | 
static Configuration | 
ConfigurationLoader.loadConfiguration(String config,
                 PropertyResolver overridePropsResolver)
Returns the module configurations in a specified file. 
 | 
static Configuration | 
ConfigurationLoader.loadConfiguration(String config,
                 PropertyResolver overridePropsResolver,
                 boolean omitIgnoredModules)
Deprecated. 
 
in order to fulfill demands of BooleanParameter IDEA check. 
 | 
static Configuration | 
ConfigurationLoader.loadConfiguration(String config,
                 PropertyResolver overridePropsResolver,
                 boolean omitIgnoredModules,
                 ThreadModeSettings threadModeSettings)
Deprecated. 
 
in order to fulfill demands of BooleanParameter IDEA check. 
 | 
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. 
 | 
Copyright © 2001–2018. All rights reserved.