public class LocalArtifactRepositoryFactory
extends org.eclipse.equinox.p2.repository.artifact.spi.ArtifactRepositoryFactory
| Constructor and Description |
|---|
LocalArtifactRepositoryFactory() |
| 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) |
protected LocalRepositoryP2Indices |
lookupLocalRepoIndices() |
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.ArtifactRepositoryFactoryorg.eclipse.equinox.p2.core.ProvisionExceptionpublic 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.ArtifactRepositoryFactoryorg.eclipse.equinox.p2.core.ProvisionExceptionprotected LocalRepositoryP2Indices lookupLocalRepoIndices()
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.