Package | Description |
---|---|
org.eclipse.tycho.p2.impl.repo | |
org.eclipse.tycho.p2.maven.repository | |
org.eclipse.tycho.p2.repository | |
org.eclipse.tycho.repository.local |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedTychoRepositoryIndex
Simplistic local Maven repository index to allow efficient lookup of all installed Tycho
projects.
|
Modifier and Type | Method and Description |
---|---|
static TychoRepositoryIndex |
FileBasedTychoRepositoryIndex.createArtifactsIndex(File basedir,
FileLockService fileLockService) |
static TychoRepositoryIndex |
FileBasedTychoRepositoryIndex.createMetadataIndex(File basedir,
FileLockService fileLockService) |
TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.getArtifactsIndex() |
TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.getMetadataIndex() |
Modifier and Type | Field and Description |
---|---|
protected TychoRepositoryIndex |
AbstractMavenMetadataRepository.metadataIndex |
Constructor and Description |
---|
AbstractMavenMetadataRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent,
URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
AbstractMavenMetadataRepository(URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
MavenMetadataRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTychoRepositoryIndex
Default implementation of TychoRepositoryIndex defines tycho repository index format and provides
generic index read/write methods.
|
Modifier and Type | Method and Description |
---|---|
TychoRepositoryIndex |
LocalRepositoryP2Indices.getArtifactsIndex() |
TychoRepositoryIndex |
LocalRepositoryP2Indices.getMetadataIndex() |
Constructor and Description |
---|
LocalMetadataRepository(URI location,
TychoRepositoryIndex metadataIndex)
Create new repository
|
LocalMetadataRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
Local existing repository
|
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.