Uses of Interface
com.puppycrawl.tools.checkstyle.PropertyResolver
-
Packages that use PropertyResolver Package Description 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 Modifier and Type Class Description classPropertiesExpanderResolves external properties from an underlyingPropertiesobject.Fields in com.puppycrawl.tools.checkstyle declared as PropertyResolver Modifier and Type Field Description private PropertyResolverConfigurationLoader. overridePropsResolverProperty resolver.Methods in com.puppycrawl.tools.checkstyle with parameters of type PropertyResolver Modifier and Type Method Description static ConfigurationConfigurationLoader. loadConfiguration(java.io.InputStream configStream, PropertyResolver overridePropsResolver, boolean omitIgnoredModules)Deprecated.As this method does not provide a valid system ID, preventing resolution of external entities, aversion using an InputSourceshould be used insteadstatic ConfigurationConfigurationLoader. loadConfiguration(java.lang.String config, PropertyResolver overridePropsResolver)Returns the module configurations in a specified file.static ConfigurationConfigurationLoader. loadConfiguration(java.lang.String config, PropertyResolver overridePropsResolver, boolean omitIgnoredModules)Returns the module configurations in a specified file.static ConfigurationConfigurationLoader. loadConfiguration(org.xml.sax.InputSource configSource, PropertyResolver overridePropsResolver, boolean omitIgnoredModules)Returns the module configurations from a specified input source.private static java.lang.StringConfigurationLoader. replaceProperties(java.lang.String value, PropertyResolver props, java.lang.String defaultValue)Replaces${xxx}style constructions in the given value with the string value of the corresponding data types.Constructors in com.puppycrawl.tools.checkstyle with parameters of type PropertyResolver Constructor Description ConfigurationLoader(PropertyResolver overrideProps, boolean omitIgnoredModules)Creates a newConfigurationLoaderinstance.
-