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

Uses in package com.puppycrawl.tools.checkstyle.checks.j2ee

Classes derived from com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck

class
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
Checks the methods of a local interface.
class
Checks the methods of a remote home interface.
class
Checks the methods of a remote interface.

Constructors with parameter type com.puppycrawl.tools.checkstyle.checks.j2ee.AbstractInterfaceCheck

Constructs a method checker for a home interface check.