Class JavaDocUtil

java.lang.Object
io.debezium.checkstyle.JavaDocUtil

public final class JavaDocUtil extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JavaDocUtil

      private JavaDocUtil()
  • Method Details

    • 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.