public interface Configuration extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name)
The attribute value for an attribute name.
|
String[] |
getAttributeNames()
The set of attribute names.
|
Configuration[] |
getChildren()
The set of child configurations.
|
Map<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 name) throws CheckstyleException
name - the attribute nameCheckstyleException - if name is not a valid attribute nameConfiguration[] getChildren()
Map<String,String> getMessages()
Copyright © 2001–2018. All rights reserved.