Class OpenflowpluginGroupTestCommandProvider
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.test.OpenflowpluginGroupTestCommandProvider
 
 
- 
- All Implemented Interfaces:
 org.eclipse.osgi.framework.console.CommandProvider
public class OpenflowpluginGroupTestCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
 
- 
- 
Constructor Summary
Constructors Constructor Description OpenflowpluginGroupTestCommandProvider(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_addGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)void_modifyGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)void_removeGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)StringgetHelp()voidinit() 
 - 
 
- 
- 
Method Detail
- 
init
public void init()
 
- 
_removeGroup
public void _removeGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)
 
- 
_addGroup
public void _addGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)
 
- 
_modifyGroup
public void _modifyGroup(org.eclipse.osgi.framework.console.CommandInterpreter ci)
 
- 
getHelp
public String getHelp()
- Specified by:
 getHelpin interfaceorg.eclipse.osgi.framework.console.CommandProvider
 
 - 
 
 -