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