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)
String
getHelp()
void
init()
-
-
-
Method Detail
-
init
public void init()
-
getHelp
public String getHelp()
- Specified by:
getHelp
in 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)
-
-