public class IndexItem extends Object
This class is configured via XML (i.e. a console-config.xml file).
This is done via the HK2 ConfigParser.
| Constructor and Description |
|---|
IndexItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHtmlFileForTarget() |
List<IndexItem> |
getIndexItems()
Accessor for child
TOCItems. |
String |
getTarget() |
String |
getText() |
int |
hashCode() |
void |
setHtmlFileForTarget(String htmlFileForTarget) |
void |
setIndexItems(List<IndexItem> indexItems)
IntegrationPoints setter. |
String |
toString() |
public void setIndexItems(List<IndexItem> indexItems)
IntegrationPoints setter.
public String getTarget()
public String getText()
public String getHtmlFileForTarget()
public void setHtmlFileForTarget(String htmlFileForTarget)
Copyright © 2019. All rights reserved.