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
Subclasses with type arguments of type CodeColorizer.Specifier in org.apache.sis.internal.bookModifier and TypeClassDescriptionprivate static enumThe specifier of an identifier.Fields in org.apache.sis.internal.book with type parameters of type CodeColorizer.SpecifierModifier and TypeFieldDescriptionprivate final Map<String, CodeColorizer.Specifier> CodeColorizer.identifierSpecifiersMap of predefined identifiers and the authority who defined them.Methods in org.apache.sis.internal.book that return CodeColorizer.SpecifierModifier and TypeMethodDescriptionprivate CodeColorizer.SpecifierCodeColorizer.getSpecifier(String word) Returns the re-defined identifiers and authority who defined it for the given word.static CodeColorizer.SpecifierReturns 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.