|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.index.IndexEntry
public class IndexEntry
IndexEntry class.
| Constructor Summary | |
|---|---|
IndexEntry(IndexEntry newParent,
java.lang.String newId)
Constructor. |
|
IndexEntry(java.lang.String newId)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List |
getChildEntries()
Returns an unmodifiableList of the child entries. |
IndexEntry |
getFirstEntry()
Returns the first entry. |
java.lang.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. |
java.lang.String |
getTitle()
Returns the title. |
void |
setChildEntries(java.util.List entries)
Sets the child entriesor creates a new ArrayList if entries == null. |
void |
setTitle(java.lang.String newTitle)
Sets the title. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.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(java.lang.String newId)
newId - The id.
public IndexEntry(IndexEntry newParent,
java.lang.String newId)
newParent - The parent. Cannot be null.newId - The id. Cannot be null.| Method Detail |
|---|
public IndexEntry getParent()
public java.lang.String getId()
public java.lang.String getTitle()
public void setTitle(java.lang.String newTitle)
newTitle - the title.public java.util.List getChildEntries()
public void setChildEntries(java.util.List entries)
entries - the entries.public IndexEntry getNextEntry()
public IndexEntry getPrevEntry()
public IndexEntry getFirstEntry()
public IndexEntry getLastEntry()
public IndexEntry getRootEntry()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.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 | |||||||||