public abstract class NotificationCommandManager extends Object
Abstract NotificationCommandManager class.
| Constructor and Description | 
|---|
NotificationCommandManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
Command | 
getCommand(String name)
Gets a notification command for a particular command name. 
 | 
Map<String,Command> | 
getCommands()
Gets all configured notification commands. 
 | 
protected void | 
parseXML(InputStream stream)
Populate the internal list of notification commands from an XML file. 
 | 
abstract void | 
update()
update 
 | 
protected void parseXML(InputStream stream) throws IOException
reader - contains the XML file to be parsedIOExceptionpublic Command getCommand(String name)
Copyright © 2020. All rights reserved.