パッケージ | 説明 |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
PropertiesExpander
Resolves external properties from an
underlying
Properties object. |
修飾子とタイプ | メソッドと説明 |
---|---|
static Configuration |
ConfigurationLoader.loadConfiguration(InputSource aConfigSource,
PropertyResolver aOverridePropsResolver,
boolean aOmitIgnoredModules)
Returns the module configurations from a specified input source.
|
static Configuration |
ConfigurationLoader.loadConfiguration(InputStream aConfigStream,
PropertyResolver aOverridePropsResolver,
boolean aOmitIgnoredModules)
推奨されていません。
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 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.
|
Copyright © 2001-2013. All Rights Reserved.