|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.XMLContextDepthReader
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.
| Constructor Summary | |
XMLContextDepthReader(java.lang.String filename)
Creates the Context Depth Reader |
|
| Method Summary | |
int |
getDepth()
Retrieves the depth to which to serach. |
java.lang.String |
getStartAlias()
Retrieves the content of the alias attribute of the startnode. |
java.lang.String |
getStartBuilder()
Retrieves the content of the buidler attribute of the startnode. |
java.lang.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 |
| Constructor Detail |
public XMLContextDepthReader(java.lang.String filename)
| Method Detail |
public int getDepth()
public java.lang.String getStartBuilder()
public java.lang.String getStartAlias()
public java.lang.String getStartWhere()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||