public class ProvisionedEquinoxInstallation extends java.lang.Object implements EquinoxInstallation
EquinoxInstallation
which represents an RCP
application which has been provisioned using p2 director.Modifier and Type | Field and Description |
---|---|
private java.io.File |
configurationLocation |
private EquinoxInstallationDescription |
description |
private java.io.File |
launcherJar |
private java.io.File |
location |
Constructor and Description |
---|
ProvisionedEquinoxInstallation(java.io.File location,
BundleReader bundleReader) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getConfigurationLocation() |
EquinoxInstallationDescription |
getInstallationDescription() |
java.io.File |
getLauncherJar() |
java.io.File |
getLocation() |
private java.io.File location
private java.io.File launcherJar
private java.io.File configurationLocation
private EquinoxInstallationDescription description
public ProvisionedEquinoxInstallation(java.io.File location, BundleReader bundleReader)
public java.io.File getLauncherJar()
getLauncherJar
in interface EquinoxInstallation
public java.io.File getLocation()
getLocation
in interface EquinoxInstallation
public java.io.File getConfigurationLocation()
getConfigurationLocation
in interface EquinoxInstallation
public EquinoxInstallationDescription getInstallationDescription()
getInstallationDescription
in interface EquinoxInstallation