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.MessageBeanMethodChecker
public class MessageBeanMethodChecker
extends BeanMethodChecker
Constructor Summary | |
|
Method Summary | |
protected void |
|
void |
|
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 MessageBeanMethodChecker(MessageBeanCheck aCheck)
Constructs aMessageBeanMethodChecker
.
- Parameters:
aCheck
- the message bean check.
protected void checkCreateMethod(DetailAST aMethodAST)
- Overrides:
- checkCreateMethod in interface BeanMethodChecker
- See Also:
BeanMethodChecker
public void checkMethods(DetailAST aAST)
- Overrides:
- checkMethods in interface MethodChecker
- See Also:
MethodChecker
Back to the Checkstyle Home Page |