Uses of Class
com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck

Packages that use AbstractInterfaceCheck
com.puppycrawl.tools.checkstyle.checks.j2ee Contains J2EE checks. 
 

Uses of AbstractInterfaceCheck in com.puppycrawl.tools.checkstyle.checks.j2ee
 

Subclasses of AbstractInterfaceCheck in com.puppycrawl.tools.checkstyle.checks.j2ee
 class LocalHomeInterfaceCheck
          Checks the local home interface requirements: every method must not throw the java.rmi.RemoteException Reference: Enterprise JavaBeansTM Specification,Version 2.0, section 9.6.2.
 class LocalInterfaceCheck
          Checks the methods of a local interface.
 class RemoteHomeInterfaceCheck
          Checks the methods of a remote home interface.
 class RemoteInterfaceCheck
          Checks the methods of a remote interface.
 

Constructors in com.puppycrawl.tools.checkstyle.checks.j2ee with parameters of type AbstractInterfaceCheck
HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
          Constructs a method checker for a home interface check.
 


Back to the Checkstyle Home Page