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