public interface Configuration extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute(java.lang.String name)
Deprecated.
This shall be removed in future releases. Please use
getProperty(String name) instead. |
java.lang.String[] |
getAttributeNames()
Deprecated.
This shall be removed in future releases. Please use
getPropertyNames() instead. |
Configuration[] |
getChildren()
The set of child configurations.
|
java.util.Map<java.lang.String,java.lang.String> |
getMessages()
Returns an unmodifiable map instance containing the custom messages
for this configuration.
|
java.lang.String |
getName()
The name of this configuration.
|
java.lang.String |
getProperty(java.lang.String name)
The property value for n property name.
|
java.lang.String[] |
getPropertyNames()
The set of property names.
|
@Deprecated java.lang.String[] getAttributeNames()
getPropertyNames() instead.@Deprecated java.lang.String getAttribute(java.lang.String name) throws CheckstyleException
getProperty(String name) instead.name - the attribute nameCheckstyleException - if name is not a valid attribute namejava.lang.String[] getPropertyNames()
java.lang.String getProperty(java.lang.String name) throws CheckstyleException
name - the property nameCheckstyleException - if name is not a valid property nameConfiguration[] getChildren()
java.lang.String getName()
java.util.Map<java.lang.String,java.lang.String> getMessages()
Copyright © 2001-2022. All Rights Reserved.