| |
|
| java.lang.Object org.quickserver.util.xmlreader.BasicServerConfig org.quickserver.util.xmlreader.QSAdminServerConfig
QSAdminServerConfig | public QSAdminServerConfig()(Code) | | |
getCommandPlugin | public String getCommandPlugin()(Code) | | Gets the CommandPlugin for QSAdminServer class which plugsin into
CommandHandler of QsAdminServer,it will be null if not set.
|
getCommandShellEnable | public String getCommandShellEnable()(Code) | | Gets the CommandShellEnable flag for QSAdminServer
since: 1.3.2 |
getCommandShellPromptName | public String getCommandShellPromptName()(Code) | | Gets the PromptName for QSAdminShell
since: 1.3.2 |
setCommandPlugin | public void setCommandPlugin(String plugin)(Code) | | Set the CommandPlugin for QSAdminServer class which plugs in into
CommandHandler of QsAdminServer,it will be null if not set.
XML Tag: <command-plugin></command-plugin>
|
setCommandShellEnable | public void setCommandShellEnable(String enable)(Code) | | Set the CommandShellEnable flag for QSAdminServer
XML Tag: <command-shell><enable>true</enable></command-shell>
Allowed values = true | false
since: 1.3.2 |
setCommandShellPromptName | public void setCommandShellPromptName(String commandShellPromptName)(Code) | | Set the PromptName for QSAdminShell
XML Tag: <command-shell><prompt-name>true</prompt-name></command-shell>
Default values = QSAdmin
since: 1.3.2 |
|
|
|