com.puppycrawl.tools.checkstyle.api
public interface Configuration extends Serializable
Method Summary | |
---|---|
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. |
String | getName()
The name of this configuration. |
Parameters: aName the attribute name
Returns: the value that is associated with aName
Throws: CheckstyleException if aName is not a valid attribute name
Returns: The set of attribute names, never null.
Returns: The set of child configurations, never null.
Returns: The name of this configuration.