|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.jdt.launching.AbstractVMInstall
Abstract implementation of a VM install.
Clients implenmenting VM installs should 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. |
LibraryLocation[] |
getLibraryLocations()
Returns the library locations of this IVMInstall. |
String |
getName()
Returns the display name of this VM. |
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. |
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
org.eclipse.jdt.launching.IVMInstall
null
.public String getName()
IVMInstall
getName
in interface IVMInstall
org.eclipse.jdt.launching.IVMInstall
null
.public void setName(String name)
IVMInstall
setName
in interface IVMInstall
org.eclipse.jdt.launching.IVMInstall
name
- the display name of this VMpublic File getInstallLocation()
IVMInstall
getInstallLocation
in interface IVMInstall
org.eclipse.jdt.launching.IVMInstall
null
.public void setInstallLocation(File installLocation)
IVMInstall
setInstallLocation
in interface IVMInstall
org.eclipse.jdt.launching.IVMInstall
installLocation
- the root directory of this VM installationpublic IVMInstallType getVMInstallType()
IVMInstall
getVMInstallType
in interface IVMInstall
org.eclipse.jdt.launching.IVMInstall
public IVMRunner getVMRunner(String mode)
IVMInstall
getVMRunner
in interface IVMInstall
org.eclipse.jdt.launching.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
IVMInstall.getLibraryLocations()
public void setLibraryLocations(LibraryLocation[] locations)
IVMInstall
setLibraryLocations
in interface IVMInstall
IVMInstall.setLibraryLocations(LibraryLocation[])
public URL getJavadocLocation()
IVMInstall
getJavadocLocation
in interface IVMInstall
IVMInstall.getJavadocLocation()
public void setJavadocLocation(URL url)
IVMInstall
setJavadocLocation
in interface IVMInstall
IVMInstall.setJavadocLocation(URL)
protected void setNotify(boolean notify)
notify
- public boolean equals(Object object)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |