Package org.opennms.netmgt.config.mock
Class MockNotificationCommandManager
- java.lang.Object
-
- org.opennms.netmgt.config.NotificationCommandManager
-
- org.opennms.netmgt.config.mock.MockNotificationCommandManager
-
public class MockNotificationCommandManager extends NotificationCommandManager
- Author:
- david hustace
-
-
Constructor Summary
Constructors Constructor Description MockNotificationCommandManager(String xmlString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update()
update-
Methods inherited from class org.opennms.netmgt.config.NotificationCommandManager
getCommand, getCommands, parseXML
-
-
-
-
Constructor Detail
-
MockNotificationCommandManager
public MockNotificationCommandManager(String xmlString) throws IOException
- Throws:
IOException
-
-
Method Detail
-
update
public void update() throws Exception
Description copied from class:NotificationCommandManager
update
- Specified by:
update
in classNotificationCommandManager
- Throws:
Exception
- if any.
-
-