|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.client.local.ServerLaunchConfig
public class ServerLaunchConfig
The Class ServerLaunchConfig.
Constructor Summary | |
---|---|
ServerLaunchConfig()
|
Method Summary | |
---|---|
static ServerLaunchConfig |
fromJson(File configFile)
Creates a launch configuration from JSON. |
String[] |
getArgs()
Gets the arguments. |
String |
getServerExe()
Gets the server executable path. |
String |
getServerLocationEnv()
Gets the server location environment. |
void |
setArgs(String[] args)
Sets the arguments. |
void |
setServerExe(String serverExePath)
Sets the server executable path. |
void |
setServerLocationEnv(String serverLocationEnv)
Sets the server location environment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerLaunchConfig()
Method Detail |
---|
public String getServerExe()
public void setServerExe(String serverExePath)
serverExePath
- the new server executable pathpublic String[] getArgs()
public void setArgs(String[] args)
args
- the new argumentspublic void setServerLocationEnv(String serverLocationEnv)
serverLocationEnv
- the new server location environment.public String getServerLocationEnv()
public static ServerLaunchConfig fromJson(File configFile)
configFile
- the configuration file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |