Class OpenflowPluginBulkGroupTransactionProvider
java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowPluginBulkGroupTransactionProvider
- All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider
@Singleton
public final class OpenflowPluginBulkGroupTransactionProvider
extends Object
implements org.eclipse.osgi.framework.console.CommandProvider
-
Constructor Summary
ConstructorDescriptionOpenflowPluginBulkGroupTransactionProvider
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker) -
Method Summary
Modifier and TypeMethodDescriptionvoid
_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) getHelp()
-
Constructor Details
-
OpenflowPluginBulkGroupTransactionProvider
@Inject public OpenflowPluginBulkGroupTransactionProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
Method Details
-
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)
-