|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.opensymphony.xwork2.ActionSupport gboat2.admin.osgi.action.ShellAction
public class ShellAction
This action executes commands on the Felix Shell
字段摘要 |
---|
从类 com.opensymphony.xwork2.ActionSupport 继承的字段 |
---|
LOG |
从接口 com.opensymphony.xwork2.Action 继承的字段 |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
构造方法摘要 | |
---|---|
ShellAction()
|
方法摘要 | |
---|---|
String |
execute()
|
void |
executeCommand(String commandLine,
PrintStream out,
PrintStream err)
执行 Felix 的 shell 命令 |
String |
getCommand()
|
String |
getOutput()
|
void |
setCommand(String command)
|
从类 com.opensymphony.xwork2.ActionSupport 继承的方法 |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ShellAction()
方法详细信息 |
---|
public String execute()
com.opensymphony.xwork2.Action
中的 execute
com.opensymphony.xwork2.ActionSupport
中的 execute
public void executeCommand(String commandLine, PrintStream out, PrintStream err) throws Exception
commandLine
- 命令行的内容,包括命令及其参数out
- 标准信息输出流err
- 错误信息输出流
Exception
- 执行 shell 命令发生错误时,抛出异常public String getCommand()
public void setCommand(String command)
public String getOutput()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |