Uses of Class
org.apache.maven.doxia.index.IndexEntry
Packages that use IndexEntry
-
Uses of IndexEntry in org.apache.maven.doxia.index
Methods in org.apache.maven.doxia.index that return IndexEntryModifier and TypeMethodDescriptionIndexEntry.getFirstEntry()
Returns the first entry.IndexEntry.getLastEntry()
Returns the last entry.IndexEntry.getNextEntry()
Returns the next entry.IndexEntry.getParent()
Returns the parent entry.IndexEntry.getPrevEntry()
Returns the previous entry.IndexEntry.getRootEntry()
Returns the root entry.IndexingSink.peek()
peek.Methods in org.apache.maven.doxia.index that return types with arguments of type IndexEntryModifier and TypeMethodDescriptionIndexEntry.getChildEntries()
Returns an unmodifiableList of the child entries.Methods in org.apache.maven.doxia.index with parameters of type IndexEntryModifier and TypeMethodDescriptionvoid
IndexingSink.push
(IndexEntry entry) Pushes an IndexEntry onto the top of this stack.Method parameters in org.apache.maven.doxia.index with type arguments of type IndexEntryModifier and TypeMethodDescriptionvoid
IndexEntry.setChildEntries
(List<IndexEntry> entries) Sets the child entries or creates a new ArrayList if entries == null.Constructors in org.apache.maven.doxia.index with parameters of type IndexEntryModifierConstructorDescriptionIndexEntry
(IndexEntry newParent, String newId) Constructor.IndexingSink
(IndexEntry sectionEntry) Default constructor.