|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
A Configuration is used to configure a Configurable component. The general idea of Configuration/Configurable was taken from Jakarta's Avalon framework.
| Method Summary | |
|---|---|
java.lang.String |
getAttribute(java.lang.String aName)
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. |
| Method Detail |
|---|
java.lang.String[] getAttributeNames()
java.lang.String getAttribute(java.lang.String aName)
throws CheckstyleException
aName - the attribute name
CheckstyleException - if aName is not a valid attribute nameConfiguration[] getChildren()
java.lang.String getName()
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> getMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||