Package org.eclipse.tycho
Interface PublishingRepositoryFacade
public interface PublishingRepositoryFacade
Representation of the p2 repositories that receive the artifacts produced by the build.
This interface is a subset of
, limited to methods required
from the Maven class loader.invalid reference
org.eclipse.tycho.repository.publishing.PublishingRepository
-
Method Summary
Modifier and TypeMethodDescriptionThe file system locations of the build artifacts, indexed by classifier.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> Returns theIInstallableUnits in the publishing repository.
-
Method Details
-
getArtifactLocations
The file system locations of the build artifacts, indexed by classifier.- Returns:
- a map from classifier (
nullfor main artifact) to artifact file locations in the target directory
-
getInstallableUnits
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInstallableUnits()Returns theIInstallableUnits in the publishing repository.
-