Modifier and Type | Field and Description |
---|---|
protected TychoRepositoryIndex |
AbstractMavenMetadataRepository.metadataIndex |
Constructor and Description |
---|
AbstractMavenMetadataRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent,
java.net.URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
AbstractMavenMetadataRepository(java.net.URI location,
TychoRepositoryIndex metadataIndex,
RepositoryReader contentLocator) |
MavenMetadataRepository(java.net.URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator) |
Modifier and Type | Method and Description |
---|---|
TychoRepositoryIndex |
LocalRepositoryP2Indices.getArtifactsIndex() |
TychoRepositoryIndex |
LocalRepositoryP2Indices.getMetadataIndex() |
Modifier and Type | Method and Description |
---|---|
private void |
UpdateLocalIndexMojo.addGavAndSave(GAV gav,
TychoRepositoryIndex index) |
Constructor and Description |
---|
LocalMetadataRepository(java.net.URI location,
TychoRepositoryIndex metadataIndex)
Create new repository
|
LocalMetadataRepository(java.net.URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
Local existing repository
|
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 | Field and Description |
---|---|
private TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.artifactsIndex |
private TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.metadataIndex |
Modifier and Type | Method and Description |
---|---|
static TychoRepositoryIndex |
FileBasedTychoRepositoryIndex.createArtifactsIndex(java.io.File basedir,
FileLockService fileLockService,
MavenLogger logger) |
static TychoRepositoryIndex |
FileBasedTychoRepositoryIndex.createMetadataIndex(java.io.File basedir,
FileLockService fileLockService,
MavenLogger logger) |
TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.getArtifactsIndex() |
TychoRepositoryIndex |
LocalRepositoryP2IndicesImpl.getMetadataIndex() |