Class JavadocEmptyReturnTagRule

    • Constructor Detail

      • JavadocEmptyReturnTagRule

        public JavadocEmptyReturnTagRule()
    • Method Detail

      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class AbstractJavadocEmptyTagRule
      • invokeMethod

        public java.lang.Object invokeMethod​(java.lang.String method,
                                             java.lang.Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
        Overrides:
        invokeMethod in class AbstractJavadocEmptyTagRule
      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
        Overrides:
        getProperty in class AbstractJavadocEmptyTagRule
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
        Overrides:
        setProperty in class AbstractJavadocEmptyTagRule
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Rule
        Specified by:
        getName in class AbstractRule
        Returns:
        the unique name for this rule
      • setName

        public void setName​(java.lang.String value)
        Description copied from class: AbstractRule
        Set the unique name for this rule
        Specified by:
        setName in class AbstractRule
        Parameters:
        value - - the name for this rule; this should be unique