public static class MacInstalledJREs.MacVMStandin extends VMStandin
| Constructor and Description |
|---|
MacVMStandin(IVMInstallType type,
java.io.File location,
java.lang.String name,
java.lang.String version,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJavaVersion()
Returns a string representing the
java.version system property
of this VM install, or null if unknown. |
convertToRealVMabort, equals, evaluateSystemProperties, getAttribute, getAttributes, getId, getInstallLocation, getJavadocLocation, getLibraryLocations, getName, getVMArgs, getVMArguments, getVMInstallType, getVMRunner, hashCode, setAttribute, setInstallLocation, setJavadocLocation, setLibraryLocations, setName, setNotify, setVMArgs, setVMArgumentspublic MacVMStandin(IVMInstallType type, java.io.File location, java.lang.String name, java.lang.String version, java.lang.String id)
public java.lang.String getJavaVersion()
IVMInstall2java.version system property
of this VM install, or null if unknown.getJavaVersion in interface IVMInstall2getJavaVersion in class VMStandinjava.version system property
of this VM install, or null if unknown.