Interface PomDependencyCollector
-
- All Known Implementing Classes:
PomDependencyCollectorImpl
public interface PomDependencyCollector
Object that allows to collect POM dependency artifacts and their p2 metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addArtifactWithExistingMetadata(IArtifactFacade artifact, IArtifactFacade p2MetadataFile)
void
publishAndAddArtifactIfBundleArtifact(IArtifactFacade artifact)
void
setProjectLocation(File projectLocation)
Sets the root folder of the project the target platform applies to.
-
-
-
Method Detail
-
setProjectLocation
void setProjectLocation(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)
-
-