Package org.forgerock.doc.maven
Enum AbstractDocbkxMojo.Format
- All Implemented Interfaces:
Serializable
,Comparable<AbstractDocbkxMojo.Format>
- Enclosing class:
- AbstractDocbkxMojo
Supported output formats.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStyled with HtmlForBootstrap single-page HTML 4.EPUB v2 without styling; not ready for publication.Styled single-page and chunked HTML 4.Reference manual pages for use with theman
command.PDF.RTF without styling; not ready for publication.Styled DocBook Webhelp format.Single-page XHTML5 without styling except syntax highlighting; not ready for publication as is. -
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractDocbkxMojo.Format
Returns the enum constant of this type with the specified name.static AbstractDocbkxMojo.Format[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
epub
EPUB v2 without styling; not ready for publication. -
html
Styled single-page and chunked HTML 4. -
bootstrap
Styled with HtmlForBootstrap single-page HTML 4. -
man
Reference manual pages for use with theman
command. -
pdf
PDF. -
rtf
RTF without styling; not ready for publication. -
webhelp
Styled DocBook Webhelp format. -
xhtml5
Single-page XHTML5 without styling except syntax highlighting; not ready for publication as is.
-
-
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
-