Class DefaultEclipseInstaller
- java.lang.Object
-
- org.fedoraproject.p2.installer.impl.DefaultEclipseInstaller
-
- All Implemented Interfaces:
EclipseInstaller
public class DefaultEclipseInstaller extends Object implements EclipseInstaller
- Author:
- Mikolaj Izdebski
-
-
Constructor Summary
Constructors Constructor Description DefaultEclipseInstaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EclipseInstallationResult
performInstallation(EclipseInstallationRequest request)
Perform installation of Eclipse artifacts.
-
-
-
Method Detail
-
performInstallation
public EclipseInstallationResult performInstallation(EclipseInstallationRequest request) throws Exception
Description copied from interface:EclipseInstaller
Perform installation of Eclipse artifacts.- Specified by:
performInstallation
in interfaceEclipseInstaller
- Parameters:
request
- The set of requested installation parameters.- Returns:
- The installation result, containing the OSGi provided capabilities.
- Throws:
Exception
- if installation fails
-
-