org.oddjob.jmx.general
Class MBeanDirectoryPathParser

java.lang.Object
  extended by org.oddjob.jmx.general.MBeanDirectoryPathParser

public class MBeanDirectoryPathParser
extends Object

Parses an MBean property expression into the object name and the attribute name and possibly further properties of the attribute.

Author:
rob

Field Summary
static String DELIMITER
           
static String QUOTE
           
 
Constructor Summary
MBeanDirectoryPathParser()
           
 
Method Summary
 String getName()
           
 String getProperty()
           
 void parse(String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUOTE

public static final String QUOTE
See Also:
Constant Field Values

DELIMITER

public static final String DELIMITER
Constructor Detail

MBeanDirectoryPathParser

public MBeanDirectoryPathParser()
Method Detail

parse

public void parse(String expression)
           throws ParseException
Throws:
ParseException

getName

public String getName()

getProperty

public String getProperty()