Class OpenflowpluginTableFeaturesTestCommandProvider
java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowpluginTableFeaturesTestCommandProvider
- All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider
public class OpenflowpluginTableFeaturesTestCommandProvider
extends Object
implements org.eclipse.osgi.framework.console.CommandProvider
-
Constructor Summary
ConstructorDescriptionOpenflowpluginTableFeaturesTestCommandProvider
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.framework.BundleContext ctx) -
Method Summary
Modifier and TypeMethodDescriptionvoid
_modifyTable
(org.eclipse.osgi.framework.console.CommandInterpreter ci) getHelp()
void
init()
-
Constructor Details
-
OpenflowpluginTableFeaturesTestCommandProvider
public OpenflowpluginTableFeaturesTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.framework.BundleContext ctx)
-
-
Method Details
-
init
public void init() -
_modifyTable
public void _modifyTable(org.eclipse.osgi.framework.console.CommandInterpreter ci) -
getHelp
- Specified by:
getHelp
in interfaceorg.eclipse.osgi.framework.console.CommandProvider
-