org.opennms.netmgt.collectd
Class XmpConfigFactory

java.lang.Object
  extended by org.opennms.netmgt.collectd.XmpConfigFactory

public class XmpConfigFactory
extends Object


Constructor Summary
XmpConfigFactory(Reader rdr)
           
XmpConfigFactory(String configFile)
           
 
Method Summary
static XmpConfigFactory getInstance()
           
static XmpConfig getXmpConfig()
           
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmpConfigFactory

public XmpConfigFactory(String configFile)
                 throws org.exolab.castor.xml.MarshalException,
                        org.exolab.castor.xml.ValidationException,
                        IOException
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
IOException

XmpConfigFactory

public XmpConfigFactory(Reader rdr)
                 throws org.exolab.castor.xml.MarshalException,
                        org.exolab.castor.xml.ValidationException,
                        IOException
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
IOException
Method Detail

init

public static void init()
                 throws IOException,
                        FileNotFoundException,
                        org.exolab.castor.xml.MarshalException,
                        org.exolab.castor.xml.ValidationException
Throws:
IOException
FileNotFoundException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

getXmpConfig

public static XmpConfig getXmpConfig()

getInstance

public static XmpConfigFactory getInstance()


Copyright © 2009. All Rights Reserved.