public class TcInstallation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TcInstallation.ExecutorType |
static class |
TcInstallation.LaunchType |
Constructor and Description |
---|
TcInstallation(String rootBinPath,
String executorPath,
TcInstallation.ExecutorType type,
String version) |
Modifier and Type | Method and Description |
---|---|
int |
compareVersion(String anotherVersion,
boolean majorOnly) |
String |
getExecutorPath() |
int |
getMajorVersion() |
String |
getServicePath() |
TcInstallation.ExecutorType |
getType() |
String |
getVersion() |
boolean |
isCustomScreenResolutionSupported() |
boolean |
isServiceLaunchingAvailable() |
String |
toString() |
public TcInstallation(String rootBinPath, String executorPath, TcInstallation.ExecutorType type, String version)
public String getExecutorPath()
public String getServicePath()
public TcInstallation.ExecutorType getType()
public String getVersion()
public int getMajorVersion()
public int compareVersion(String anotherVersion, boolean majorOnly)
public boolean isServiceLaunchingAvailable()
public boolean isCustomScreenResolutionSupported()
Copyright © 2016–2018. All rights reserved.