gboat2.admin.osgi.action
类 ShellAction

java.lang.Object
  继承者 com.opensymphony.xwork2.ActionSupport
      继承者 gboat2.admin.osgi.action.ShellAction
所有已实现的接口:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

public class ShellAction
extends com.opensymphony.xwork2.ActionSupport

This action executes commands on the Felix Shell

从以下版本开始:
1.0
另请参见:
序列化表格

字段摘要
 
从类 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
 

构造方法详细信息

ShellAction

public ShellAction()
方法详细信息

execute

public String execute()
指定者:
接口 com.opensymphony.xwork2.Action 中的 execute
覆盖:
com.opensymphony.xwork2.ActionSupport 中的 execute

executeCommand

public void executeCommand(String commandLine,
                           PrintStream out,
                           PrintStream err)
                    throws Exception
执行 Felix 的 shell 命令

参数:
commandLine - 命令行的内容,包括命令及其参数
out - 标准信息输出流
err - 错误信息输出流
抛出:
Exception - 执行 shell 命令发生错误时,抛出异常

getCommand

public String getCommand()

setCommand

public void setCommand(String command)

getOutput

public String getOutput()


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.