Package org.eclipse.tycho.target
Class TargetPlatformConfigurationInstallableUnitProvider
java.lang.Object
org.eclipse.tycho.target.TargetPlatformConfigurationInstallableUnitProvider
- All Implemented Interfaces:
org.eclipse.tycho.resolver.InstallableUnitProvider
@Component(role=org.eclipse.tycho.resolver.InstallableUnitProvider.class,
hint="target")
public class TargetPlatformConfigurationInstallableUnitProvider
extends Object
implements org.eclipse.tycho.resolver.InstallableUnitProvider
Provides additional requirements defined in the target platform configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.equinox.p2.metadata.IInstallableUnit>getInstallableUnits(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session)
-
Constructor Details
-
TargetPlatformConfigurationInstallableUnitProvider
public TargetPlatformConfigurationInstallableUnitProvider()
-
-
Method Details
-
getInstallableUnits
public Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInstallableUnits(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession session) throws org.eclipse.core.runtime.CoreException - Specified by:
getInstallableUnitsin interfaceorg.eclipse.tycho.resolver.InstallableUnitProvider- Throws:
org.eclipse.core.runtime.CoreException
-