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() |
getArtifactLocationsorg.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.ProvisionExceptionCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.