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 class
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 ContextModifier and TypeMethodDescriptionfinal void
AutomaticBean.contextualize
(Context context) Implements the Contextualizable interface using bean introspection.void
Contextualizable.contextualize
(Context context) Sets the context for this Component.