public class EEVMInstall extends StandardVM
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_DEBUG_ARGS
Attribute key for VM debug arguments
|
static java.lang.String |
ATTR_DEFINITION_FILE
Path to file used to define the JRE
|
static java.lang.String |
ATTR_EXECUTION_ENVIRONMENT_ID
Attribute key for supported execution environment by this runtime
|
static java.lang.String |
ATTR_JAVA_EXE
Attribute key for Java executable used by this VM
|
static java.lang.String |
ATTR_JAVA_VERSION
Attribute key for Java version property
|
VAR_PORT| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDebugArgs()
Returns arguments used to start this VM in debug mode or
null if default arguments should be used. |
java.lang.String |
getJavaVersion()
Returns a string representing the
java.version system property
of this VM install, or null if unknown. |
getVMRunnerabort, equals, evaluateSystemProperties, getAttribute, getAttributes, getId, getInstallLocation, getJavadocLocation, getLibraryLocations, getName, getVMArgs, getVMArguments, getVMInstallType, hashCode, setAttribute, setInstallLocation, setJavadocLocation, setLibraryLocations, setName, setNotify, setVMArgs, setVMArgumentspublic static final java.lang.String ATTR_JAVA_VERSION
public static final java.lang.String ATTR_EXECUTION_ENVIRONMENT_ID
public static final java.lang.String ATTR_JAVA_EXE
public static final java.lang.String ATTR_DEBUG_ARGS
public static final java.lang.String ATTR_DEFINITION_FILE
public java.lang.String getJavaVersion()
IVMInstall2java.version system property
of this VM install, or null if unknown.getJavaVersion in interface IVMInstall2getJavaVersion in class StandardVMjava.version system property
of this VM install, or null if unknown.public java.lang.String getDebugArgs()
StandardVMnull if default arguments should be used.getDebugArgs in class StandardVMnull if default arguments should be used