com.puppycrawl.tools.checkstyle
public final class DefaultContext extends Object implements Context
| Method Summary | |
|---|---|
| void | add(String aKey, Object aValue)
Adds a context entry. |
| Object | get(String aKey) |
| String[] | getAttributeNames() |
Parameters: aKey the context key aValue the value for aKey