Package org.opennms.netmgt.config.mock
Class MockDestinationPathManager
- java.lang.Object
-
- org.opennms.netmgt.config.DestinationPathManager
-
- org.opennms.netmgt.config.mock.MockDestinationPathManager
-
public class MockDestinationPathManager extends DestinationPathManager
- Author:
- david hustace
-
-
Constructor Summary
Constructors Constructor Description MockDestinationPathManager(java.lang.String xmlString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
saveXML(java.lang.String writerString)
saveXMLvoid
update()
update-
Methods inherited from class org.opennms.netmgt.config.DestinationPathManager
addPath, getPath, getPaths, getTargetCommands, getTargetList, parseXML, pathHasTarget, removePath, removePath, replacePath, saveCurrent
-
-
-
-
Method Detail
-
saveXML
protected void saveXML(java.lang.String writerString) throws java.io.IOException
Description copied from class:DestinationPathManager
saveXML
- Specified by:
saveXML
in classDestinationPathManager
- Parameters:
writerString
- aString
object.- Throws:
java.io.IOException
- if any.
-
update
public void update() throws java.io.IOException, java.io.FileNotFoundException
Description copied from class:DestinationPathManager
update
- Specified by:
update
in classDestinationPathManager
- Throws:
java.io.IOException
- if any.java.io.FileNotFoundException
- if any.
-
-