org.huihoo.jfox.jmx.loading
Class MLetParser

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.loading.MLetParser

public class MLetParser
extends java.lang.Object

parse a MLet config url to MLetObject iterator

Author:
Young Yang

Method Summary
static MLetParser getInstance()
           
static void main(java.lang.String[] args)
           
 java.util.Iterator parse(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MLetParser getInstance()

parse

public java.util.Iterator parse(java.net.URL url)
                         throws ServiceNotFoundException,
                                MBeanException
ServiceNotFoundException
MBeanException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception