Package org.eclipse.tycho.source
Class SourceInstallableUnitProvider
java.lang.Object
org.eclipse.tycho.source.SourceInstallableUnitProvider
- All Implemented Interfaces:
org.eclipse.tycho.p2maven.InstallableUnitProvider
@Component(role=org.eclipse.tycho.p2maven.InstallableUnitProvider.class,
hint="source")
public class SourceInstallableUnitProvider
extends Object
implements org.eclipse.tycho.p2maven.InstallableUnitProvider
provides a preliminary IU to make generated sources visible to the project dependencies stage
-
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
-
SourceInstallableUnitProvider
public SourceInstallableUnitProvider()
-
-
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.p2maven.InstallableUnitProvider- Throws:
org.eclipse.core.runtime.CoreException
-