public final class ChainedPropertyUtil extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UNDEFINED_PROPERTY_MESSAGE
Used to report undefined property in exception message.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getResolvedProperties(java.util.Properties properties)
Accepts user defined properties and returns new properties
with all chained properties resolved.
|
public static final java.lang.String UNDEFINED_PROPERTY_MESSAGE
public static java.util.Properties getResolvedProperties(java.util.Properties properties) throws CheckstyleException
properties - the underlying properties to use
for property resolution.CheckstyleException - when chained property is not definedCopyright © 2001-2021. All Rights Reserved.