public interface Configuration
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute(java.lang.String name)
The attribute value for an attribute name.
|
java.lang.String[] |
getAttributeNames()
The set of attribute names.
|
Configuration[] |
getChildren()
The set of child configurations.
|
com.google.common.collect.ImmutableMap<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[] getAttributeNames()
java.lang.String getAttribute(java.lang.String name) throws CheckstyleException
name
- the attribute nameCheckstyleException
- if name is not a valid attribute nameConfiguration[] getChildren()
java.lang.String getName()
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getMessages()