Enum Class Message

java.lang.Object
java.lang.Enum<Message>
nl.talsmasoftware.umldoclet.logging.Message
All Implemented Interfaces:
Serializable, Comparable<Message>, java.lang.constant.Constable

public enum Message extends Enum<Message>
The resource messages used by the doclet.

The enumeration is chosen so we can easily test whether all messages are contained by the resource bundle.

Author:
Sjoerd Talsma
  • Enum Constant Details

    • DOCLET_VERSION

      public static final Message DOCLET_VERSION
    • DEBUG_CONFIGURED_IMAGE_FORMATS

      public static final Message DEBUG_CONFIGURED_IMAGE_FORMATS
    • DEBUG_SKIPPING_FILE

      public static final Message DEBUG_SKIPPING_FILE
    • DEBUG_REPLACING_BY

      public static final Message DEBUG_REPLACING_BY
    • DEBUG_CANNOT_READ_ELEMENT_LIST

      public static final Message DEBUG_CANNOT_READ_ELEMENT_LIST
    • DEBUG_LIVE_PACKAGE_URL_NOT_FOUND

      public static final Message DEBUG_LIVE_PACKAGE_URL_NOT_FOUND
    • DEBUG_PACKAGE_VISITED_BUT_UNDOCUMENTED

      public static final Message DEBUG_PACKAGE_VISITED_BUT_UNDOCUMENTED
    • INFO_GENERATING_FILE

      public static final Message INFO_GENERATING_FILE
    • INFO_ADD_DIAGRAM_TO_FILE

      public static final Message INFO_ADD_DIAGRAM_TO_FILE
    • WARNING_UNRECOGNIZED_IMAGE_FORMAT

      public static final Message WARNING_UNRECOGNIZED_IMAGE_FORMAT
    • WARNING_CANNOT_READ_PACKAGE_LIST

      public static final Message WARNING_CANNOT_READ_PACKAGE_LIST
    • WARNING_UNKNOWN_VISIBILITY

      public static final Message WARNING_UNKNOWN_VISIBILITY
    • WARNING_PACKAGE_DEPENDENCY_CYCLES

      public static final Message WARNING_PACKAGE_DEPENDENCY_CYCLES
    • ERROR_UNSUPPORTED_DELEGATE_DOCLET

      public static final Message ERROR_UNSUPPORTED_DELEGATE_DOCLET
    • ERROR_UNANTICIPATED_ERROR_GENERATING_UML

      public static final Message ERROR_UNANTICIPATED_ERROR_GENERATING_UML
    • ERROR_UNANTICIPATED_ERROR_GENERATING_DIAGRAMS

      public static final Message ERROR_UNANTICIPATED_ERROR_GENERATING_DIAGRAMS
    • ERROR_UNANTICIPATED_ERROR_POSTPROCESSING_HTML

      public static final Message ERROR_UNANTICIPATED_ERROR_POSTPROCESSING_HTML
  • Method Details

    • values

      public static Message[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Message valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Message>
    • toString

      public String toString(Locale locale)