Interface PomDependencyCollector
-
- All Known Implementing Classes:
PomDependencyCollectorImpl
public interface PomDependencyCollectorObject that allows to collect POM dependency artifacts and their p2 metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddArtifactWithExistingMetadata(IArtifactFacade artifact, IArtifactFacade p2MetadataFile)voidpublishAndAddArtifactIfBundleArtifact(IArtifactFacade artifact)voidsetProjectLocation(java.io.File projectLocation)Sets the root folder of the project the target platform applies to.
-
-
-
Method Detail
-
setProjectLocation
void setProjectLocation(java.io.File projectLocation)
Sets the root folder of the project the target platform applies to.
-
publishAndAddArtifactIfBundleArtifact
void publishAndAddArtifactIfBundleArtifact(IArtifactFacade artifact)
-
addArtifactWithExistingMetadata
void addArtifactWithExistingMetadata(IArtifactFacade artifact, IArtifactFacade p2MetadataFile)
-
-