public interface PublishingRepositoryFacade
This interface is a subset of
PublishingRepository
, limited to methods required
from the Maven class loader.
Modifier and Type | Method and Description |
---|---|
Map<String,File> |
getArtifactLocations()
The file system locations of the build artifacts, indexed by classifier.
|
Set<Object> |
getInstallableUnits()
Returns the
IInstallableUnit s in the publishing repository. |
Copyright © 2008–2023 Eclipse Foundation. All rights reserved.