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 Detail

      • addMavenArtifact

        void addMavenArtifact​(IArtifactFacade artifact,
                              boolean allowGenerateOSGiBundle)