Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.api
Interface Context  view Context download Context.java


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.