Class OpenflowpluginMeterTestCommandProvider
- java.lang.Object
-
- org.opendaylight.openflowplugin.test.OpenflowpluginMeterTestCommandProvider
-
- All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider
public class OpenflowpluginMeterTestCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
-
-
Constructor Summary
Constructors Constructor Description OpenflowpluginMeterTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, org.osgi.framework.BundleContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_addMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
void
_addMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
void
_modifyMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
void
_modifyMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
void
_removeMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
void
_removeMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
String
getHelp()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
_removeMeter
public void _removeMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
_removeMeters
public void _removeMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
_addMeter
public void _addMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
_addMeters
public void _addMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
_modifyMeter
public void _modifyMeter(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
_modifyMeters
public void _modifyMeters(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
getHelp
public String getHelp()
- Specified by:
getHelp
in interfaceorg.eclipse.osgi.framework.console.CommandProvider
-
-