Rulepublic class JavadocEmptyExceptionTagRule extends AbstractJavadocEmptyTagRule
CLOSURE_TEXT, DEFAULT_CONST_NAME, DEFAULT_FIELD_NAME, DEFAULT_TEST_CLASS_NAMES, DEFAULT_TEST_FILES, DEFAULT_VAR_NAME| Constructor | Description |
|---|---|
JavadocEmptyExceptionTagRule() |
| Modifier and Type | Method | Description |
|---|---|---|
groovy.lang.MetaClass |
getMetaClass() |
|
String |
getName() |
|
Object |
getProperty(String property) |
|
protected String |
getTag() |
|
Object |
invokeMethod(String method,
Object arguments) |
|
void |
setMetaClass(groovy.lang.MetaClass mc) |
|
void |
setName(String value) |
Set the unique name for this rule
|
void |
setProperty(String property,
Object value) |
getApplyToClassNames, getAstVisitor, getAstVisitorClass, getDoNotApplyToClassNames, setApplyToClassNames, setDoNotApplyToClassNames, shouldApplyThisRuleToapplyTo, getAllowMultiline, getPriority, isAllowMultiline, setAllowMultiline, setPriorityapplyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getApplyToFileNames, getApplyToFilesMatching, getCompilerPhase, getDescription, getDoNotApplyToFileNames, getDoNotApplyToFilesMatching, getViolationMessage, isEnabled, isReady, setApplyToFileNames, setApplyToFilesMatching, setDescription, setDoNotApplyToFileNames, setDoNotApplyToFilesMatching, setEnabled, setViolationMessage, toString, validatepublic groovy.lang.MetaClass getMetaClass()
getMetaClass in class AbstractJavadocEmptyTagRulepublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in class AbstractJavadocEmptyTagRulepublic Object invokeMethod(String method, Object arguments)
invokeMethod in class AbstractJavadocEmptyTagRulepublic Object getProperty(String property)
getProperty in class AbstractJavadocEmptyTagRulepublic void setProperty(String property, Object value)
setProperty in class AbstractJavadocEmptyTagRulepublic String getName()
getName in interface RulegetName in class AbstractRulepublic void setName(String value)
AbstractRulesetName in class AbstractRulevalue - - the name for this rule; this should be uniqueprotected String getTag()
getTag in class AbstractJavadocEmptyTagRuleCopyright © 2019. All rights reserved.