Rulepublic class JavadocMissingThrowsDescriptionRule extends AbstractJavadocMissingDescriptionRule
CLOSURE_TEXT, DEFAULT_CONST_NAME, DEFAULT_FIELD_NAME, DEFAULT_TEST_CLASS_NAMES, DEFAULT_TEST_FILES, DEFAULT_VAR_NAME| Constructor | Description |
|---|---|
JavadocMissingThrowsDescriptionRule() |
| 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 JavadocMissingThrowsDescriptionRule()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in class AbstractJavadocMissingDescriptionRulepublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in class AbstractJavadocMissingDescriptionRulepublic Object invokeMethod(String method, Object arguments)
invokeMethod in class AbstractJavadocMissingDescriptionRulepublic Object getProperty(String property)
getProperty in class AbstractJavadocMissingDescriptionRulepublic void setProperty(String property, Object value)
setProperty in class AbstractJavadocMissingDescriptionRulepublic 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 AbstractJavadocMissingDescriptionRuleCopyright © 2019. All rights reserved.