|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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. |
java.lang.String |
getName()
The name of this configuration. |
| Method Detail |
public java.lang.String[] getAttributeNames()
public java.lang.String getAttribute(java.lang.String aName)
throws CheckstyleException
aName - the attribute name
CheckstyleException - if aName is not a valid attribute namepublic Configuration[] getChildren()
public java.lang.String getName()
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||