Uses of Enum
org.apache.sis.internal.book.CodeColorizer.Specifier
Packages that use CodeColorizer.Specifier
Package
Description
Takes the source HTML files in the
sis-site/main/source/developer-guide/
directory
and assembles them in a single file to be published in the asf-staging/book/
directory.-
Uses of CodeColorizer.Specifier in org.apache.sis.internal.book
Fields in org.apache.sis.internal.book with type parameters of type CodeColorizer.SpecifierModifier and TypeFieldDescriptionprivate final Map
<String, CodeColorizer.Specifier> CodeColorizer.identifierSpecifiers
Map of predefined identifiers and the authority who defined them.Methods in org.apache.sis.internal.book that return CodeColorizer.SpecifierModifier and TypeMethodDescriptionprivate CodeColorizer.Specifier
CodeColorizer.getSpecifier
(String word) Returns the re-defined identifiers and authority who defined it for the given word.static CodeColorizer.Specifier
Returns the enum constant of this type with the specified name.static CodeColorizer.Specifier[]
CodeColorizer.Specifier.values()
Returns an array containing the constants of this enum type, in the order they are declared.