Enum Message
- All Implemented Interfaces:
Serializable,Comparable<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 Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
DOCLET_VERSION
-
DOCLET_COPYRIGHT
-
DOCLET_UML_FOOTER
-
PLANTUML_COPYRIGHT
-
DEBUG_CONFIGURED_IMAGE_FORMATS
-
DEBUG_SKIPPING_FILE
-
DEBUG_REPLACING_BY
-
DEBUG_CANNOT_READ_ELEMENT_LIST
-
DEBUG_LIVE_PACKAGE_URL_NOT_FOUND
-
DEBUG_PACKAGE_VISITED_BUT_UNDOCUMENTED
-
INFO_GENERATING_FILE
-
INFO_ADD_DIAGRAM_TO_FILE
-
WARNING_UNRECOGNIZED_IMAGE_FORMAT
-
WARNING_CANNOT_READ_PACKAGE_LIST
-
WARNING_UNKNOWN_VISIBILITY
-
WARNING_PACKAGE_DEPENDENCY_CYCLES
-
ERROR_UNSUPPORTED_DELEGATE_DOCLET
-
ERROR_UNANTICIPATED_ERROR_GENERATING_UML
-
ERROR_UNANTICIPATED_ERROR_GENERATING_DIAGRAMS
-
ERROR_UNANTICIPATED_ERROR_POSTPROCESSING_HTML
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
-
toString
-