Package org.opennms.netmgt.config
Class NotificationCommandFactory
- java.lang.Object
-
- org.opennms.netmgt.config.NotificationCommandManager
-
- org.opennms.netmgt.config.NotificationCommandFactory
-
public class NotificationCommandFactory extends NotificationCommandManager
NotificationCommandFactory class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationCommandFactory
getInstance()
Getter for the fieldinstance
.static void
init()
initvoid
update()
update-
Methods inherited from class org.opennms.netmgt.config.NotificationCommandManager
getCommand, getCommands, parseXML
-
-
-
-
Method Detail
-
init
public static void init() throws IOException
init
- Throws:
IOException
- if any.
-
getInstance
public static NotificationCommandFactory getInstance()
Getter for the field
instance
.- Returns:
- a
NotificationCommandFactory
object.
-
update
public void update() throws FileNotFoundException, IOException
update
- Specified by:
update
in classNotificationCommandManager
- Throws:
FileNotFoundException
- if any.IOException
- if any.
-
-