|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.api
Interface Context

- public interface Context
A context to be used in subcomponents. The general idea of Context/Contextualizable was taken from Jakarta's Avalon framework.
| Method Summary | |
java.lang.Object |
get(java.lang.String aKey)
Searches for the value with the specified attribute key in this context. |
java.lang.String[] |
getAttributeNames()
Returns the names of all atttributes of this context. |
| Method Detail |
get
public java.lang.Object get(java.lang.String aKey)
- Searches for the value with the specified attribute key in this context.
getAttributeNames
public java.lang.String[] getAttributeNames()
- Returns the names of all atttributes of this context.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC