Class PublishProductInstallableUnitProvider
java.lang.Object
org.eclipse.tycho.plugins.p2.publisher.PublishProductInstallableUnitProvider
- All Implemented Interfaces:
org.eclipse.tycho.resolver.InstallableUnitProvider
@Component(role=org.eclipse.tycho.resolver.InstallableUnitProvider.class,
hint="publish-products")
public class PublishProductInstallableUnitProvider
extends Object
implements org.eclipse.tycho.resolver.InstallableUnitProvider
-
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
-
PublishProductInstallableUnitProvider
public PublishProductInstallableUnitProvider()
-
-
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
-