Rule
public 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, shouldApplyThisRuleTo
applyTo, getAllowMultiline, getPriority, isAllowMultiline, setAllowMultiline, setPriority
applyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getApplyToFileNames, getApplyToFilesMatching, getCompilerPhase, getDescription, getDoNotApplyToFileNames, getDoNotApplyToFilesMatching, getViolationMessage, isEnabled, isReady, setApplyToFileNames, setApplyToFilesMatching, setDescription, setDoNotApplyToFileNames, setDoNotApplyToFilesMatching, setEnabled, setViolationMessage, toString, validate
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in class AbstractJavadocEmptyTagRule
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in class AbstractJavadocEmptyTagRule
public Object invokeMethod(String method, Object arguments)
invokeMethod
in class AbstractJavadocEmptyTagRule
public Object getProperty(String property)
getProperty
in class AbstractJavadocEmptyTagRule
public void setProperty(String property, Object value)
setProperty
in class AbstractJavadocEmptyTagRule
public String getName()
getName
in interface Rule
getName
in class AbstractRule
public void setName(String value)
AbstractRule
setName
in class AbstractRule
value
- - the name for this rule; this should be uniqueprotected String getTag()
getTag
in class AbstractJavadocEmptyTagRule
Copyright © 2019. All rights reserved.