Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
Modifier and Type | Field and Description |
---|---|
static ThreadModeSettings |
ThreadModeSettings.SINGLE_THREAD_MODE_INSTANCE
A single thread mode settings instance.
|
Modifier and Type | Method and Description |
---|---|
ThreadModeSettings |
DefaultConfiguration.getThreadModeSettings()
Gets the thread mode configuration.
|
Modifier and Type | Method and Description |
---|---|
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,
ThreadModeSettings threadModeSettings)
Returns the module configurations from a specified input source.
|
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,
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.
|
Constructor and Description |
---|
DefaultConfiguration(String name,
ThreadModeSettings threadModeSettings)
Instantiates a DefaultConfiguration.
|
Copyright © 2001–2018. All rights reserved.