public abstract class AbstractCommand extends Object implements org.apache.karaf.shell.api.action.Action
Modifier and Type | Field and Description |
---|---|
protected static String |
NO_VALUE |
protected static String |
SEPARATOR |
protected org.apache.karaf.shell.api.console.Session |
session |
Constructor and Description |
---|
AbstractCommand() |
Modifier and Type | Method and Description |
---|---|
PrintStream |
getConsole() |
org.apache.karaf.shell.api.console.Session |
getSession() |
protected static final String NO_VALUE
protected static final String SEPARATOR
protected org.apache.karaf.shell.api.console.Session session
public org.apache.karaf.shell.api.console.Session getSession()
public PrintStream getConsole()
Copyright © 2017 OpenDaylight. All rights reserved.