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
Constructors Constructor Description OpenflowpluginTableFeaturesTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.osgi.framework.BundleContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_modifyTable(org.eclipse.osgi.framework.console.CommandInterpreter ci)
String
getHelp()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
_modifyTable
public void _modifyTable(org.eclipse.osgi.framework.console.CommandInterpreter ci)
-
getHelp
public String getHelp()
- Specified by:
getHelp
in interfaceorg.eclipse.osgi.framework.console.CommandProvider
-
-