Uses of Enum
org.apache.maven.doxia.index.IndexEntry.Type
Packages that use IndexEntry.Type
-
Uses of IndexEntry.Type in org.apache.maven.doxia.index
Fields in org.apache.maven.doxia.index declared as IndexEntry.TypeModifier and TypeFieldDescriptionprivate final IndexEntry.Type
IndexEntry.type
The type of the entry, one of the types defined byIndexingSink
private IndexEntry.Type
IndexingSink.type
The current type.Methods in org.apache.maven.doxia.index that return IndexEntry.TypeModifier and TypeMethodDescription(package private) static IndexEntry.Type
IndexEntry.Type.fromSectionLevel
(int level) IndexEntry.getType()
Returns the type of this entry.static IndexEntry.Type
Returns the enum constant of this type with the specified name.static IndexEntry.Type[]
IndexEntry.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.maven.doxia.index with parameters of type IndexEntry.TypeModifier and TypeMethodDescriptionprivate void
IndexingSink.pushNewEntry
(IndexEntry.Type type) Creates and pushes a new IndexEntry onto the top of this stack.Constructors in org.apache.maven.doxia.index with parameters of type IndexEntry.TypeModifierConstructorDescriptionIndexEntry
(IndexEntry newParent, String newId, IndexEntry.Type type) Constructor.