Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.DefaultContext
Method Summary | |
void |
|
Object |
|
String[] |
public void add(String aKey, Object aValue)
Adds a context entry.
- Parameters:
aKey
- the context keyaValue
- the value for aKey
public String[] getAttributeNames()
- Specified by:
- getAttributeNames in interface Context
- See Also:
Context
Back to the Checkstyle Home Page |