Class ShowIpv6Command
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.netvirt.ipv6service.shell.ShowIpv6Command
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class ShowIpv6Command extends org.apache.karaf.shell.console.OsgiCommandSupport
-
-
Constructor Summary
Constructors Constructor Description ShowIpv6Command()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected @Nullable java.lang.Object
doExecute()
void
setElementCache(ElementCache elementCache)
-
-
-
Method Detail
-
setElementCache
public void setElementCache(ElementCache elementCache)
-
doExecute
protected @Nullable java.lang.Object doExecute()
- Specified by:
doExecute
in classorg.apache.karaf.shell.console.AbstractAction
-
-