public interface PublishingRepository extends PublishingRepositoryFacade
Modifier and Type | Method and Description |
---|---|
void |
addArtifactLocation(String classifier,
File artifactLocation)
Adds the location of an existing artifact.
|
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
getArtifactRepository() |
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository |
getMetadataRepository() |
getArtifactLocations
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository getMetadataRepository()
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository getArtifactRepository()
void addArtifactLocation(String classifier, File artifactLocation) throws org.eclipse.equinox.p2.core.ProvisionException
classifier
- the classifier of the artifact, or null
for the main artifact.artifactLocation
- the location of the artifactorg.eclipse.equinox.p2.core.ProvisionException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.