org.opennms.netmgt.config
Class DestinationPathFactory

java.lang.Object
  extended by org.opennms.netmgt.config.DestinationPathManager
      extended by org.opennms.netmgt.config.DestinationPathFactory

public class DestinationPathFactory
extends DestinationPathManager


Field Summary
 
Fields inherited from class org.opennms.netmgt.config.DestinationPathManager
configIn
 
Constructor Summary
DestinationPathFactory()
           
 
Method Summary
static DestinationPathFactory getInstance()
           
static void init()
           
 void reload()
           
protected  void saveXML(String writerString)
           
 void update()
           
 
Methods inherited from class org.opennms.netmgt.config.DestinationPathManager
addPath, getPath, getPaths, getTargetCommands, getTargetList, parseXML, pathHasTarget, removePath, removePath, replacePath, saveCurrent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestinationPathFactory

public DestinationPathFactory()
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

getInstance

public static DestinationPathFactory getInstance()

reload

public void reload()
            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

saveXML

protected void saveXML(String writerString)
                throws IOException
Specified by:
saveXML in class DestinationPathManager
Parameters:
writerString -
Throws:
IOException

update

public void update()
            throws IOException,
                   org.exolab.castor.xml.MarshalException,
                   org.exolab.castor.xml.ValidationException,
                   FileNotFoundException
Specified by:
update in class DestinationPathManager
Throws:
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
FileNotFoundException


Copyright © 2009. All Rights Reserved.