com.puppycrawl.tools.checkstyle.checks.j2ee
public abstract class AbstractJ2eeCheck extends Check
| Method Summary | |
|---|---|
| MethodChecker | getMethodChecker()
Gets the method checker for this component check. |
| protected void | log(DetailAST aAST, String aKey, Object[] aArgs)
Helper method to log a LocalizedMessage for an AST.
|
| protected void | logName(DetailAST aAST, String aKey, Object[] aArgs)
Helper method to log a LocalizedMessage for an AST.
|
| void | setMethodChecker(MethodChecker aMethodChecker)
Sets the method checker for this component check. |
Returns: the method checker for this component check.
Parameters: aAST the AST for the message. aKey key to locale message format aArgs arguments for message
Parameters: aAST the AST for the message. aKey key to locale message format aArgs arguments for message
Parameters: aMethodChecker the method checker for this component check.