Class JavadocPackageCheck

    • Field Detail

      • MSG_LEGACY_PACKAGE_HTML

        public static final java.lang.String MSG_LEGACY_PACKAGE_HTML
        A key is pointing to the warning message text in "messages.properties" file.
        See Also:
        Constant Field Values
      • MSG_PACKAGE_INFO

        public static final java.lang.String MSG_PACKAGE_INFO
        A key is pointing to the warning message text in "messages.properties" file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JavadocPackageCheck

        public JavadocPackageCheck()
        Creates a new instance.
    • Method Detail

      • setAllowLegacy

        public void setAllowLegacy​(boolean allowLegacy)
        Indicates whether to allow support for the legacy package.html file.
        Parameters:
        allowLegacy - whether to allow support.