|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ j2ee overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.checks.j2ee
Class HomeInterfaceMethodChecker

java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodChecker
- Direct Known Subclasses:
- LocalHomeInterfaceMethodChecker, RemoteHomeInterfaceMethodChecker
- public abstract class HomeInterfaceMethodChecker
- extends MethodChecker
Checks the methods of a home interface.
| Field Summary |
| Fields inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker |
|
| Constructor Summary | |
HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
Constructs a method checker for a home interface check. |
|
| Method Summary | |
protected void |
checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST aMethodAST)
Checks create<METHOD>(...) method requirements. |
void |
checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST aMethodAST)
Checks whether a method satisfies component requirements. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker |
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HomeInterfaceMethodChecker
public HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
- Constructs a method checker for a home interface check.
| Method Detail |
checkMethod
public void checkMethod(com.puppycrawl.tools.checkstyle.api.DetailAST aMethodAST)
- Description copied from class:
MethodChecker - Checks whether a method satisfies component requirements.
- Specified by:
checkMethodin classMethodChecker
checkCreateMethod
protected void checkCreateMethod(com.puppycrawl.tools.checkstyle.api.DetailAST aMethodAST)
- Checks create<METHOD>(...) method requirements.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> [ j2ee overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC