Parses an MLet text file confirming to spec format.
See Also: javax.management.MLet See Also: javax.management.MBeanFileParser author: Juha Lindfors. version: $Revision: 57200 $
Reads an MLet text file from a given URL.
Parameters: url - URL to MLet text file set containing MBeanElement objects representingthe parsed MBean entries throws: ParseException - if there was error in reading the MLet text file throws: MalformedURLException - if the url argument cannot be used to construct a valid URL.
Reads an MLet text file from a given URL.
Parameters: url - URL to MLet text file set containing MBeanElement objects representing the parsedMBean entries throws: ParseException - if there was an error in reading the MLet text file