Uses of Interface
com.puppycrawl.tools.checkstyle.api.Context
Packages that use Context
Package
Description
Contains the implementation of the Checkstyle framework.
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 ContextModifier and TypeClassDescriptionfinal classA 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 ContextModifier and TypeMethodDescriptionfinal voidAutomaticBean.contextualize(Context context) Implements the Contextualizable interface using bean introspection.voidContextualizable.contextualize(Context context) Sets the context for this Component.