Interface EquinoxInstallation
-
- All Known Implementing Classes:
DefaultEquinoxInstallation,ProvisionedEquinoxInstallation
public interface EquinoxInstallation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetConfigurationLocation()EquinoxInstallationDescriptiongetInstallationDescription()FilegetLauncherJar()FilegetLocation()
-
-
-
Method Detail
-
getLauncherJar
File getLauncherJar()
-
getLocation
File getLocation()
-
getConfigurationLocation
File getConfigurationLocation()
-
getInstallationDescription
EquinoxInstallationDescription getInstallationDescription()
-
-