Interface PomDependencyCollector
-
- All Known Implementing Classes:
PomDependencyCollectorImpl
public interface PomDependencyCollector
Object that allows to collect POM dependency artifacts and their p2 metadata.- See Also:
org.eclipse.tycho.p2.resolver.facade.P2ResolverFactory#newPomDependencyCollector()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addArtifactWithExistingMetadata(IArtifactFacade artifact, IArtifactFacade p2MetadataFile)
void
addMavenArtifact(IArtifactFacade artifact, boolean allowGenerateOSGiBundle)
-
-
-
Method Detail
-
addMavenArtifact
void addMavenArtifact(IArtifactFacade artifact, boolean allowGenerateOSGiBundle)
-
addArtifactWithExistingMetadata
void addArtifactWithExistingMetadata(IArtifactFacade artifact, IArtifactFacade p2MetadataFile)
-
-