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 |
---|---|
java.util.Map<java.lang.String,java.io.File> |
getArtifactLocations()
The file system locations of the build artifacts, indexed by classifier.
|
java.util.Set<java.lang.Object> |
getInstallableUnits()
Returns the
IInstallableUnit s in the publishing repository. |
java.util.Map<java.lang.String,java.io.File> getArtifactLocations()
null
for main artifact) to artifact file
locations in the target directoryjava.util.Set<java.lang.Object> getInstallableUnits()
IInstallableUnit
s in the publishing repository.