|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.xml.applicationdata.ContextDepthDataReader
public class ContextDepthDataReader
Reads a contextdepth type of application export configuration file. Such a file conatins paramters for the ContextDepth appliaction export. Parameters exits of a start node, and a maximum depth to which to collect nodes for export. The start node is identified either an alias or a combination of buildername and where clause. This class can be used to easily retrive these parameters.
| Field Summary | |
|---|---|
(package private) Document |
document
|
| Constructor Summary | |
|---|---|
ContextDepthDataReader(Document doc)
Creates the Context Depth Reader |
|
| Method Summary | |
|---|---|
int |
getDepth()
Retrieves the depth to which to serach. |
String |
getStartAlias()
Retrieves the content of the alias attribute of the startnode. |
String |
getStartBuilder()
Retrieves the content of the buidler attribute of the startnode. |
String |
getStartWhere()
Retrieves the content of the where attribute of the startnode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final Document document
| Constructor Detail |
|---|
public ContextDepthDataReader(Document doc)
| Method Detail |
|---|
public int getDepth()
public String getStartBuilder()
public String getStartAlias()
public String getStartWhere()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||