Uses of Class
org.apache.maven.doxia.index.IndexEntry.Type
-
Packages that use IndexEntry.Type Package Description org.apache.maven.doxia.index -
-
Uses of IndexEntry.Type in org.apache.maven.doxia.index
Fields in org.apache.maven.doxia.index declared as IndexEntry.Type Modifier and Type Field Description private IndexEntry.TypeIndexEntry. typeThe type of the entry, one of the types defined byIndexingSinkprivate IndexEntry.TypeIndexingSink. typeThe current type.Methods in org.apache.maven.doxia.index that return IndexEntry.Type Modifier and Type Method Description (package private) static IndexEntry.TypeIndexEntry.Type. fromSectionLevel(int level)IndexEntry.TypeIndexEntry. getType()Returns the type of this entry.static IndexEntry.TypeIndexEntry.Type. valueOf(java.lang.String name)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.Type Modifier and Type Method Description private voidIndexingSink. 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.Type Constructor Description IndexEntry(IndexEntry newParent, java.lang.String newId, IndexEntry.Type type)Constructor.
-