public class EmbeddedServer.DeployProp.deployContext extends Object
Constructor and Description |
---|
deployContext()
コンストラクタ.
|
Modifier and Type | Method and Description |
---|---|
String |
getContextPath()
コンテキストパス取得.
|
int |
getMsgpackPort()
msgpack待ち受けポート番号取得.
|
String |
getServiceName()
サービス名取得.
|
String |
getWarPath()
Warファイルへのパス取得.
|
void |
setContextPath(String contextPath)
コンテキストパス設定
|
void |
setMsgpackPort(int msgpackPort)
msgpack待ち受けポート番号設定.
|
void |
setServiceName(String serviceName)
サービス名設定
|
void |
setWarPath(String warPath)
Warファイルのパス設定
|
public String getContextPath()
public int getMsgpackPort()
public String getServiceName()
public String getWarPath()
public void setContextPath(String contextPath)
contextPath
- コンテキストパスpublic void setMsgpackPort(int msgpackPort)
msgpackPort
- 待ち受けポート番号public void setServiceName(String serviceName)
serviceName
- サービス名public void setWarPath(String warPath)
warPath
- WarファイルへのパスCopyright (C) 2014 Information Analysis Laboratory, NICT
RaSC is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 2.1 of the License, or (at your option) any later version.
RaSC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see (http://www.gnu.org/licenses/) .