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 Detail

      • getArtifactLocations

        Map<String,​File> getArtifactLocations()
        The file system locations of the build artifacts, indexed by classifier.
        Returns:
        a map from classifier (null for main artifact) to artifact file locations in the target directory
      • getInstallableUnits

        Set<Object> getInstallableUnits()
        Returns the IInstallableUnits in the publishing repository.