Class AutomaticBean
java.lang.Object
com.puppycrawl.tools.checkstyle.AbstractAutomaticBean
com.puppycrawl.tools.checkstyle.api.AutomaticBean
- All Implemented Interfaces:
Configurable
,Contextualizable
Deprecated.
A Java Bean that implements the component lifecycle interfaces by
calling the bean's setters for all configuration attributes.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Deprecated.Enum to specify behaviour regarding ignored modules. -
Constructor Summary
-
Method Summary
Methods inherited from class com.puppycrawl.tools.checkstyle.AbstractAutomaticBean
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
-
Constructor Details
-
AutomaticBean
public AutomaticBean()Deprecated.
-
AbstractAutomaticBean
instead.