com.puppycrawl.tools.checkstyle.checks.j2ee

Class RemoteInterfaceMethodChecker

public class RemoteInterfaceMethodChecker extends MethodChecker

Checks methods of a remote interface.

Author: Rick Giles

Constructor Summary
RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a RemoteInterfaceMethodChecker for a remote interface check.
Method Summary
voidcheckMethod(DetailAST aMethodAST)
{@inheritDoc}

Constructor Detail

RemoteInterfaceMethodChecker

public RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a RemoteInterfaceMethodChecker for a remote interface check.

Parameters: aCheck the remote interface check.

Method Detail

checkMethod

public void checkMethod(DetailAST aMethodAST)
{@inheritDoc}