public class Repository extends Object
Modifier and Type | Method and Description |
---|---|
static Repository |
create(Path location) |
static Repository |
createTemp() |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getAllUnits() |
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
getArtifactRepository() |
org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor |
getDescripror() |
Path |
getLocation() |
org.eclipse.equinox.p2.repository.metadata.IMetadataRepository |
getMetadataRepository() |
static Repository |
load(Path location) |
public static Repository createTemp() throws org.eclipse.equinox.p2.core.ProvisionException, IOException
org.eclipse.equinox.p2.core.ProvisionException
IOException
public static Repository create(Path location) throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException
public static Repository load(Path location) throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException
public Path getLocation()
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository getArtifactRepository()
public org.eclipse.equinox.p2.repository.metadata.IMetadataRepository getMetadataRepository()
public org.eclipse.equinox.p2.internal.repository.tools.RepositoryDescriptor getDescripror()
public Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getAllUnits()
Copyright © 2008–2023 Eclipse Foundation. All rights reserved.