Package org.fedoraproject.p2.installer
Interface EclipseInstaller
-
- All Known Implementing Classes:
DefaultEclipseInstaller
public interface EclipseInstallerXMvn Eclipse Installer OSGi service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EclipseInstallationResultperformInstallation(EclipseInstallationRequest request)Perform installation of Eclipse artifacts.
-
-
-
Method Detail
-
performInstallation
EclipseInstallationResult performInstallation(EclipseInstallationRequest request) throws java.lang.Exception
Perform installation of Eclipse artifacts.- Parameters:
request- The set of requested installation parameters.- Returns:
- The installation result, containing the OSGi provided capabilities.
- Throws:
java.lang.Exception- if installation fails
-
-