public interface Configuration extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAttribute(String aName)
The attribute value for an attribute name.
|
String[] |
getAttributeNames()
The set of attribute names.
|
Configuration[] |
getChildren()
The set of child configurations.
|
com.google.common.collect.ImmutableMap<String,String> |
getMessages()
Returns an unmodifiable map instance containing the custom messages
for this configuration.
|
String |
getName()
The name of this configuration.
|
String[] getAttributeNames()
String getAttribute(String aName) throws CheckstyleException
aName
- the attribute nameCheckstyleException
- if aName is not a valid attribute nameConfiguration[] getChildren()
String getName()
Copyright © 2001–2016. All rights reserved.