|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jdt.launching.AbstractVMInstall
Abstract implementation of a VM install.
Clients implementing VM installs must subclass this class.
Constructor Summary | |
---|---|
AbstractVMInstall(IVMInstallType type,
String id)
Constructs a new VM install. |
Method Summary | |
---|---|
boolean |
equals(Object object)
|
String |
getId()
Returns the id for this VM. |
File |
getInstallLocation()
Returns the root directory of the install location of this VM. |
URL |
getJavadocLocation()
Returns the Javadoc location associated with this VM install. |
String |
getJavaVersion()
Returns a string representing the java.version system property
of this VM install, or null if unknown. |
LibraryLocation[] |
getLibraryLocations()
Returns the library locations of this IVMInstall. |
String |
getName()
Returns the display name of this VM. |
String |
getVMArgs()
Returns VM arguments to be used with this vm install whenever this VM is launched as a raw string, or null if none. |
String[] |
getVMArguments()
Returns VM arguments to be used with this vm install whenever this VM is launched as they should be passed to the command line, or null if none. |
IVMInstallType |
getVMInstallType()
Returns the VM type of this VM. |
IVMRunner |
getVMRunner(String mode)
Returns a VM runner that runs this installed VM in the given mode. |
int |
hashCode()
|
void |
setInstallLocation(File installLocation)
Sets the root directory of the install location of this VM. |
void |
setJavadocLocation(URL url)
Sets the Javadoc location associated with this VM install. |
void |
setLibraryLocations(LibraryLocation[] locations)
Sets the library locations of this IVMInstall. |
void |
setName(String name)
Sets the display name of this VM. |
protected void |
setNotify(boolean notify)
Whether this VM should fire property change notifications. |
void |
setVMArgs(String vmArgs)
Sets VM arguments to be used with this vm install whenever this VM is launched as a raw string, possibly null . |
void |
setVMArguments(String[] vmArgs)
Sets VM arguments to be used with this vm install whenever this VM is launched, possibly null . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractVMInstall(IVMInstallType type, String id)
type
- The type of this VM install.
Must not be null
id
- The unique identifier of this VM instance
Must not be null
.
IllegalArgumentException
- if any of the required
parameters are null
.Method Detail |
public String getId()
IVMInstall
getId
in interface IVMInstall
null
.public String getName()
IVMInstall
getName
in interface IVMInstall
null
.public void setName(String name)
IVMInstall
setName
in interface IVMInstall
name
- the display name of this VMpublic File getInstallLocation()
IVMInstall
getInstallLocation
in interface IVMInstall
null
.public void setInstallLocation(File installLocation)
IVMInstall
setInstallLocation
in interface IVMInstall
installLocation
- the root directory of this VM installationpublic IVMInstallType getVMInstallType()
IVMInstall
getVMInstallType
in interface IVMInstall
public IVMRunner getVMRunner(String mode)
IVMInstall
getVMRunner
in interface IVMInstall
mode
- the mode the VM should be launched in; one of the constants
declared in org.eclipse.debug.core.ILaunchManager
null
if the given mode
is not supported by this VM.ILaunchManager
public LibraryLocation[] getLibraryLocations()
IVMInstall
JavaRuntime.getLibraryLocations(IVMInstall)
to determine the libraries associated with this VM install.
getLibraryLocations
in interface IVMInstall
null
to indicate that this VM install uses
the default library locations associated with this VM's install type.IVMInstall.setLibraryLocations(LibraryLocation[])
public void setLibraryLocations(LibraryLocation[] locations)
IVMInstall
setLibraryLocations
in interface IVMInstall
locations
- The LibraryLocation
s to associate
with this IVMInstall.
May be null
to indicate that this VM install uses
the default library locations associated with this VM's install type.public URL getJavadocLocation()
IVMInstall
getJavadocLocation
in interface IVMInstall
null
if nonepublic void setJavadocLocation(URL url)
IVMInstall
setJavadocLocation
in interface IVMInstall
url
- a url pointing to the Javadoc location associated with
this VM installprotected void setNotify(boolean notify)
notify
- public boolean equals(Object object)
public int hashCode()
public String[] getVMArguments()
IVMInstall
null
if none.
getVMArguments
in interface IVMInstall
null
if nonepublic void setVMArguments(String[] vmArgs)
IVMInstall
null
. This is equivalent
to setVMArgs(String)
with whitespace character delimited
arguments.
setVMArguments
in interface IVMInstall
vmArgs
- VM arguments to be used with this vm install whenever this
VM is launched, possibly null
public String getVMArgs()
IVMInstall2
null
if none.
getVMArgs
in interface IVMInstall2
null
if nonepublic void setVMArgs(String vmArgs)
IVMInstall2
null
.
setVMArgs
in interface IVMInstall2
vmArgs
- VM arguments to be used with this vm install whenever this
VM is launched as a raw string, possibly null
public String getJavaVersion()
IVMInstall2
java.version
system property
of this VM install, or null
if unknown.
getJavaVersion
in interface IVMInstall2
java.version
system property
of this VM install, or null
if unknown.
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |