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.Configuration

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

Fields in com.puppycrawl.tools.checkstyle.api declared as Configuration
private  Configuration AutomaticBean.mConfiguration
          the configuration of this bean
 

Methods in com.puppycrawl.tools.checkstyle.api that return Configuration
 Configuration[] Configuration.getChildren()
          The set of child configurations.
protected  Configuration AutomaticBean.getConfiguration()
          Returns the configuration that was used to configure this component.
 

Methods in com.puppycrawl.tools.checkstyle.api with parameters of type Configuration
 void Configurable.configure(Configuration aConfiguration)
          Configures this component.
 void AutomaticBean.configure(Configuration aConfiguration)
          Implements the Configurable interface using bean introspection.
protected  void AutomaticBean.setupChild(Configuration aChildConf)
          Called by configure() for every child of this component's Configuration.