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)StringgetHelp()voidinit() 
 - 
 
- 
- 
Method Detail
- 
init
public void init()
 
- 
_modifyTable
public void _modifyTable(org.eclipse.osgi.framework.console.CommandInterpreter ci)
 
- 
getHelp
public String getHelp()
- Specified by:
 getHelpin interfaceorg.eclipse.osgi.framework.console.CommandProvider
 
 - 
 
 -