Interface PublishingRepositoryFacade
-
- All Known Subinterfaces:
PublishingRepository
- All Known Implementing Classes:
PublishingRepositoryImpl
public interface PublishingRepositoryFacade
Representation of the p2 repositories that receive the artifacts produced by the build.This interface is a subset of
PublishingRepository
, limited to methods required from the Maven class loader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,File>
getArtifactLocations()
The file system locations of the build artifacts, indexed by classifier.Set<Object>
getInstallableUnits()
Returns theIInstallableUnit
s in the publishing repository.
-