Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.BeanManagedMethodChecker
public class BeanManagedMethodChecker
extends EntityBeanMethodChecker
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.EntityBeanMethodChecker | |
checkCreateMatch , checkCreateMethod , checkHomeMethod , checkMethod , checkMethods , checkPostCreateMethod |
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker | |
checkCreateMethod , checkMethod |
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker | |
checkMethod , checkMethod , checkMethods , checkNotThrows , checkThrows , getCheck , log , logName |
public BeanManagedMethodChecker(EntityBeanCheck aCheck)
Constructs aBeanManagedMethodChecker
.
- Parameters:
aCheck
- the entity bean check.
public void checkMethod(DetailAST aMethodAST)
- Overrides:
- checkMethod in interface EntityBeanMethodChecker
- See Also:
MethodChecker
public void checkMethods(DetailAST aAST)
- Overrides:
- checkMethods in interface EntityBeanMethodChecker
- See Also:
MethodChecker
Back to the Checkstyle Home Page |