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

Quick Search    Search Deep

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

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

Subinterfaces of Contextualizable in com.puppycrawl.tools.checkstyle.api
 interface FileSetCheck
          Interface for Checking a set of files for some criteria.
 

Classes in com.puppycrawl.tools.checkstyle.api that implement Contextualizable
 class AbstractFileSetCheck
          Provides common functionality for many FileSetChecks.
 class AbstractViolationReporter
          Serves as an abstract base class for all modules that report inspection findings.
 class AutomaticBean
          A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
private  class AutomaticBeanTest.TestBean
           
 class Check
          The base class for checks.