public class ArtifactRepositoryBlackboard
extends org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
Constructor and Description |
---|
ArtifactRepositoryBlackboard() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
create(URI location,
String name,
String type,
Map<String,String> properties) |
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
load(URI location,
int flags,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static void |
putRepository(RepositoryBlackboardKey key,
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository) |
public static void putRepository(RepositoryBlackboardKey key, org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository)
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository create(URI location, String name, String type, Map<String,String> properties) throws org.eclipse.equinox.p2.core.ProvisionException
create
in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
org.eclipse.equinox.p2.core.ProvisionException
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository load(URI location, int flags, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.equinox.p2.core.ProvisionException
load
in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
org.eclipse.equinox.p2.core.ProvisionException
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.