public class ProcessSettings
extends java.lang.Object
Constructor | Description |
---|---|
ProcessSettings() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.nio.file.Path |
getActualProcessPath() |
|
java.lang.Integer |
getBaseBuild() |
|
java.lang.Integer |
getConnectionTimeoutMS() |
|
java.nio.file.Path |
getDataDir() |
|
java.lang.String |
getDataVersion() |
|
java.nio.file.Path |
getEglPath() |
|
java.lang.String |
getIp() |
|
java.lang.Boolean |
getMultithreaded() |
|
java.nio.file.Path |
getOsMesaPath() |
|
java.lang.Integer |
getPort() |
|
PortSetup |
getPortSetup() |
|
java.lang.Integer |
getPortStart() |
|
java.nio.file.Path |
getProcessPath() |
|
java.lang.Boolean |
getRealtime() |
|
java.lang.Integer |
getRequestTimeoutMS() |
|
java.nio.file.Path |
getRootPath() |
|
java.lang.Integer |
getStepSize() |
|
java.nio.file.Path |
getTmpDir() |
|
java.lang.Boolean |
getTraced() |
|
java.lang.Boolean |
getVerbose() |
|
java.lang.Integer |
getWindowHeight() |
|
java.lang.Integer |
getWindowWidth() |
|
java.lang.Integer |
getWindowX() |
|
java.lang.Integer |
getWindowY() |
|
int |
hashCode() |
|
boolean |
isLadderGame() |
|
ProcessSettings |
setActualProcessPath(java.nio.file.Path actualProcessPath) |
|
ProcessSettings |
setBaseBuild(int baseBuild) |
|
ProcessSettings |
setConnection(java.lang.String ip,
java.lang.Integer port) |
|
ProcessSettings |
setConnectionTimeoutMS(java.lang.Integer timeoutInMillis) |
|
ProcessSettings |
setDataDir(java.nio.file.Path dataDir) |
|
ProcessSettings |
setDataVersion(java.lang.String version) |
|
ProcessSettings |
setEglPath(java.nio.file.Path eglPath) |
|
ProcessSettings |
setLadderGame(boolean ladderGame) |
|
ProcessSettings |
setMultithreaded(java.lang.Boolean value) |
|
ProcessSettings |
setOsMesaPath(java.nio.file.Path osMesaPath) |
|
ProcessSettings |
setPortStart(java.lang.Integer portStart) |
|
ProcessSettings |
setProcessPath(java.nio.file.Path path) |
|
ProcessSettings |
setRealtime(java.lang.Boolean value) |
|
ProcessSettings |
setRequestTimeoutMS(java.lang.Integer timeoutInMillis) |
|
ProcessSettings |
setRootPath(java.nio.file.Path path) |
|
ProcessSettings |
setStepSize(java.lang.Integer stepSize) |
|
ProcessSettings |
setTmpDir(java.nio.file.Path tmpDir) |
|
ProcessSettings |
setTraced(java.lang.Boolean traced) |
|
ProcessSettings |
setVerbose(java.lang.Boolean value) |
|
ProcessSettings |
setWindowLocation(java.lang.Integer x,
java.lang.Integer y) |
|
ProcessSettings |
setWindowSize(java.lang.Integer width,
java.lang.Integer height) |
|
ProcessSettings |
setWithGameController(java.lang.Boolean withGameController) |
|
java.lang.String |
toString() |
|
boolean |
withGameController() |
public ProcessSettings setConnection(java.lang.String ip, java.lang.Integer port)
public java.lang.String getIp()
public java.lang.Integer getPort()
public ProcessSettings setMultithreaded(java.lang.Boolean value)
public java.lang.Boolean getMultithreaded()
public ProcessSettings setRealtime(java.lang.Boolean value)
public java.lang.Boolean getRealtime()
public ProcessSettings setStepSize(java.lang.Integer stepSize)
public java.lang.Integer getStepSize()
public ProcessSettings setProcessPath(java.nio.file.Path path)
public java.nio.file.Path getProcessPath()
public ProcessSettings setDataVersion(java.lang.String version)
public java.lang.String getDataVersion()
public ProcessSettings setRequestTimeoutMS(java.lang.Integer timeoutInMillis)
public java.lang.Integer getRequestTimeoutMS()
public java.lang.Integer getConnectionTimeoutMS()
public ProcessSettings setConnectionTimeoutMS(java.lang.Integer timeoutInMillis)
public ProcessSettings setPortStart(java.lang.Integer portStart)
public java.lang.Integer getPortStart()
public PortSetup getPortSetup()
public ProcessSettings setWindowSize(java.lang.Integer width, java.lang.Integer height)
public java.lang.Integer getWindowWidth()
public java.lang.Integer getWindowHeight()
public ProcessSettings setWindowLocation(java.lang.Integer x, java.lang.Integer y)
public java.lang.Integer getWindowX()
public java.lang.Integer getWindowY()
public ProcessSettings setWithGameController(java.lang.Boolean withGameController)
public boolean withGameController()
public ProcessSettings setVerbose(java.lang.Boolean value)
public java.lang.Boolean getVerbose()
public ProcessSettings setTmpDir(java.nio.file.Path tmpDir)
public java.nio.file.Path getTmpDir()
public ProcessSettings setDataDir(java.nio.file.Path dataDir)
public java.nio.file.Path getDataDir()
public ProcessSettings setOsMesaPath(java.nio.file.Path osMesaPath)
public java.nio.file.Path getOsMesaPath()
public ProcessSettings setEglPath(java.nio.file.Path eglPath)
public java.nio.file.Path getEglPath()
public ProcessSettings setRootPath(java.nio.file.Path path)
public java.nio.file.Path getRootPath()
public java.nio.file.Path getActualProcessPath()
public ProcessSettings setActualProcessPath(java.nio.file.Path actualProcessPath)
public ProcessSettings setBaseBuild(int baseBuild)
public java.lang.Integer getBaseBuild()
public ProcessSettings setTraced(java.lang.Boolean traced)
public java.lang.Boolean getTraced()
public boolean isLadderGame()
public ProcessSettings setLadderGame(boolean ladderGame)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.