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

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.api
Class AutomaticBeanTest.TestBean  view AutomaticBeanTest.TestBean download AutomaticBeanTest.TestBean.java

java.lang.Object
  extended bycom.puppycrawl.tools.checkstyle.api.AutomaticBean
      extended bycom.puppycrawl.tools.checkstyle.api.AutomaticBeanTest.TestBean
All Implemented Interfaces:
Configurable, Contextualizable
Enclosing class:
AutomaticBeanTest

private class AutomaticBeanTest.TestBean
extends AutomaticBean


Field Summary
private  java.lang.String mName
           
 
Fields inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
 
Constructor Summary
private AutomaticBeanTest.TestBean()
           
 
Method Summary
 void setName(java.lang.String aName)
           
 
Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mName

private java.lang.String mName
Constructor Detail

AutomaticBeanTest.TestBean

private AutomaticBeanTest.TestBean()
Method Detail

setName

public void setName(java.lang.String aName)