Class JavaDocUtil


  • public final class JavaDocUtil
    extends Object
    • Constructor Detail

      • JavaDocUtil

        private JavaDocUtil()
    • Method Detail

      • getJavadocTags

        public static com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTags getJavadocTags​(com.puppycrawl.tools.checkstyle.api.TextBlock aCmt,
                                                                                                com.puppycrawl.tools.checkstyle.utils.JavadocUtil.JavadocTagType aTagType)
        Gets validTags from a given piece of Javadoc.
        Parameters:
        aCmt - the Javadoc comment to process.
        aTagType - the type of validTags we're interested in
        Returns:
        all standalone validTags from the given javadoc.