|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.objects.epath.EPathParser
EPath parser class. Creates an EPath object based on a valid EPath string
| Constructor Summary | |
protected |
EPathParser()
Creates a new instance of EPathParser |
| Method Summary | |
static java.lang.String |
encodeObjectByKey(java.lang.String objectTag,
java.util.Map kvp)
Encodes an Object tag name with key values into EPath notation. |
static void |
main(java.lang.String[] argv)
The main program for the EPathParser class |
static EPath |
parse(java.lang.String ePathStr)
parses a FQFN into an EPath Object that has a predefined command queue which is used to traverse the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected EPathParser()
| Method Detail |
public static java.lang.String encodeObjectByKey(java.lang.String objectTag,
java.util.Map kvp)
objectTag - the object tag namekvp - a map representing key-value pairs
public static void main(java.lang.String[] argv)
argv - The command line arguments
public static EPath parse(java.lang.String ePathStr)
throws EPathException
ePathStr - valid EPath string
EPathException - exception in parsing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.