|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.objects.epath.EPathBuilder
Builds an EPath given data in an object node format.
Constructor Summary | |
EPathBuilder()
Creates a new instance of EPathBuilder |
Method Summary | |
static java.lang.String |
createEPath(ObjectNode node,
java.lang.String fn)
creates an EPath string using from the ObjectNode and specified field. |
static java.lang.String |
createEPath(ObjectNode node,
java.lang.String fn,
ObjectNode stopNode)
creates an EPath string using from the ObjectNode and specified field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EPathBuilder()
Method Detail |
public static java.lang.String createEPath(ObjectNode node, java.lang.String fn) throws ObjectException
node
- node to create the EPath forfn
- the field, if null or empty string, then '*' is used
ObjectException
- error accessing the objectspublic static java.lang.String createEPath(ObjectNode node, java.lang.String fn, ObjectNode stopNode) throws ObjectException
stopNode
- stop at this node, null to goto the rootnode
- node to create the EPath forfn
- the field, if null or empty string, then '*' is used
ObjectException
- error accessing the objects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.