|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mx.loading.MLetParser
Parses an MLet text file confirming to spec format.
javax.management.MLet,
javax.management.MBeanFileParser| Constructor Summary | |
MLetParser()
|
|
| Method Summary | |
java.util.Set |
parseMBeanFile(java.lang.String url)
Reads an MLet text file from a given URL. |
java.util.Set |
parseMBeanFile(java.net.URL url)
Reads an MLet text file from a given URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MLetParser()
| Method Detail |
public java.util.Set parseMBeanFile(java.lang.String url)
throws java.text.ParseException,
java.net.MalformedURLException
parseMBeanFile in interface MBeanFileParser (src) url - URL to MLet text file
java.text.ParseException - if there was error in reading the MLet text file
java.net.MalformedURLException - if the url argument cannot be used to
construct a valid URL.MBeanElement (src)
public java.util.Set parseMBeanFile(java.net.URL url)
throws java.text.ParseException
parseMBeanFile in interface MBeanFileParser (src) url - URL to MLet text file
java.text.ParseException - if there was an error in reading the MLet text fileMBeanElement (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||