Class ShowNodeCommandProvider
- java.lang.Object
-
- org.apache.karaf.shell.console.AbstractAction
-
- org.apache.karaf.shell.console.OsgiCommandSupport
-
- org.opendaylight.openflowplugin.applications.southboundcli.cli.ShowNodeCommandProvider
-
- All Implemented Interfaces:
org.apache.felix.gogo.commands.Action
,org.apache.karaf.shell.commands.Action
,org.apache.karaf.shell.console.BundleContextAware
public class ShowNodeCommandProvider extends org.apache.karaf.shell.console.OsgiCommandSupport
-
-
Field Summary
Fields Modifier and Type Field Description static String
HEADER_SEPARATOR
static String
NEW_LINE
static String
OUTPUT_FORMAT
-
Constructor Summary
Constructors Constructor Description ShowNodeCommandProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected Object
doExecute()
Deprecated.void
setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
-
-
Field Detail
-
OUTPUT_FORMAT
public static final String OUTPUT_FORMAT
- See Also:
- Constant Field Values
-
NEW_LINE
public static final String NEW_LINE
- See Also:
- Constant Field Values
-
HEADER_SEPARATOR
public static final String HEADER_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
setDataBroker
public void setDataBroker(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
-
doExecute
@Deprecated protected Object doExecute()
Deprecated.- Specified by:
doExecute
in classorg.apache.karaf.shell.console.AbstractAction
-
-