Uses of Interface
com.puppycrawl.tools.checkstyle.api.Context

Packages that use Context
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. 
 

Uses of Context in com.puppycrawl.tools.checkstyle
 

Classes in com.puppycrawl.tools.checkstyle that implement Context
 class DefaultContext
          A default implementation of the Context interface.
 

Uses of Context in com.puppycrawl.tools.checkstyle.api
 

Methods in com.puppycrawl.tools.checkstyle.api with parameters of type Context
 void AutomaticBean.contextualize(Context aContext)
          Implements the Contextualizable interface using bean introspection.
 void Contextualizable.contextualize(Context aContext)
          Sets the context for this Component.
 


Back to the Checkstyle Home Page