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) {@inheritDoc} |
String[] | getAttributeNames() {@inheritDoc} |
Parameters: aKey the context key aValue the value for aKey