Uses of Class
org.opennms.netmgt.config.notificationCommands.Argument
-
Packages that use Argument Package Description org.opennms.netmgt.config.notificationCommands This file is part of OpenNMS(R). -
-
Uses of Argument in org.opennms.netmgt.config.notificationCommands
Methods in org.opennms.netmgt.config.notificationCommands that return types with arguments of type Argument Modifier and Type Method Description java.util.List<Argument>
Command. getArguments()
Methods in org.opennms.netmgt.config.notificationCommands with parameters of type Argument Modifier and Type Method Description void
Command. addArgument(Argument argument)
boolean
Command. removeArgument(Argument argument)
Method parameters in org.opennms.netmgt.config.notificationCommands with type arguments of type Argument Modifier and Type Method Description void
Command. setArguments(java.util.List<Argument> arguments)
-