|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.index.IndexEntry
| Constructor Summary | |
IndexEntry(IndexEntry newParent,
String newId)
Constructor. |
|
IndexEntry(String newId)
Constructor. |
|
| Method Summary | |
List |
getChildEntries()
Returns an unmodifiableList of the child entries. |
IndexEntry |
getFirstEntry()
Returns the first entry. |
String |
getId()
Returns the id. |
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. |
String |
getTitle()
Returns the title. |
void |
setChildEntries(List entries)
Sets the child entriesor creates a new ArrayList if entries == null. |
void |
setTitle(String newTitle)
Sets the title. |
String |
toString()
Returns a string representation of the object. |
String |
toString(int depth)
Returns a string representation of all objects to the given depth. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IndexEntry(String newId)
newId - The id.
public IndexEntry(IndexEntry newParent,
String newId)
newParent - The parent. Cannot be null.newId - The id. Cannot be null.| Method Detail |
public IndexEntry getParent()
public String getId()
public String getTitle()
public void setTitle(String newTitle)
newTitle - the title.public List getChildEntries()
public void setChildEntries(List entries)
entries - the entries.public IndexEntry getNextEntry()
public IndexEntry getPrevEntry()
public IndexEntry getFirstEntry()
public IndexEntry getLastEntry()
public IndexEntry getRootEntry()
public String toString()
public String toString(int depth)
depth - The depth to descent to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||