public class ArtifactRepositoryBlackboard
extends org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
| Modifier and Type | Field and Description |
|---|---|
private static java.util.HashMap<java.net.URI,org.eclipse.equinox.p2.repository.artifact.IArtifactRepository> |
registry |
| Constructor and Description |
|---|
ArtifactRepositoryBlackboard() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
create(java.net.URI location,
java.lang.String name,
java.lang.String type,
java.util.Map<java.lang.String,java.lang.String> properties) |
private static org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
getRegisteredRepositoryOrNull(java.net.URI location,
org.eclipse.equinox.p2.core.IProvisioningAgent agent) |
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
load(java.net.URI location,
int flags,
org.eclipse.core.runtime.IProgressMonitor monitor) |
static void |
putRepository(RepositoryBlackboardKey key,
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository) |
private static java.util.HashMap<java.net.URI,org.eclipse.equinox.p2.repository.artifact.IArtifactRepository> registry
public static void putRepository(RepositoryBlackboardKey key, org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository)
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository create(java.net.URI location,
java.lang.String name,
java.lang.String type,
java.util.Map<java.lang.String,java.lang.String> properties)
throws org.eclipse.equinox.p2.core.ProvisionException
create in class org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactoryorg.eclipse.equinox.p2.core.ProvisionExceptionpublic org.eclipse.equinox.p2.repository.artifact.IArtifactRepository load(java.net.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.ArtifactRepositoryFactoryorg.eclipse.equinox.p2.core.ProvisionExceptionprivate static org.eclipse.equinox.p2.repository.artifact.IArtifactRepository getRegisteredRepositoryOrNull(java.net.URI location,
org.eclipse.equinox.p2.core.IProvisioningAgent agent)
throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException