Uses of Interface
org.eclipse.tycho.p2.repository.TychoRepositoryIndex
-
-
Uses of TychoRepositoryIndex in org.eclipse.tycho.p2.maven.repository
Fields in org.eclipse.tycho.p2.maven.repository declared as TychoRepositoryIndex Modifier and Type Field Description protected TychoRepositoryIndex
AbstractMavenMetadataRepository. metadataIndex
Constructors in org.eclipse.tycho.p2.maven.repository with parameters of type TychoRepositoryIndex Constructor Description AbstractMavenMetadataRepository(java.net.URI location, TychoRepositoryIndex metadataIndex, RepositoryReader contentLocator)
AbstractMavenMetadataRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent, java.net.URI location, TychoRepositoryIndex metadataIndex, RepositoryReader contentLocator)
MavenMetadataRepository(java.net.URI location, TychoRepositoryIndex projectIndex, RepositoryReader contentLocator)
-
Uses of TychoRepositoryIndex in org.eclipse.tycho.p2.repository
Methods in org.eclipse.tycho.p2.repository that return TychoRepositoryIndex Modifier and Type Method Description TychoRepositoryIndex
LocalRepositoryP2Indices. getArtifactsIndex()
TychoRepositoryIndex
LocalRepositoryP2Indices. getMetadataIndex()
-
Uses of TychoRepositoryIndex in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 with parameters of type TychoRepositoryIndex Modifier and Type Method Description private void
UpdateLocalIndexMojo. addGavAndSave(GAV gav, TychoRepositoryIndex index)
-
Uses of TychoRepositoryIndex in org.eclipse.tycho.repository.local
Constructors in org.eclipse.tycho.repository.local with parameters of type TychoRepositoryIndex Constructor Description LocalMetadataRepository(java.net.URI location, TychoRepositoryIndex metadataIndex)
Create new repositoryLocalMetadataRepository(java.net.URI location, TychoRepositoryIndex projectIndex, RepositoryReader contentLocator)
Local existing repository -
Uses of TychoRepositoryIndex in org.eclipse.tycho.repository.local.index
Classes in org.eclipse.tycho.repository.local.index that implement TychoRepositoryIndex Modifier and Type Class Description class
FileBasedTychoRepositoryIndex
Simplistic local Maven repository index to allow efficient lookup of all installed Tycho projects.Fields in org.eclipse.tycho.repository.local.index declared as TychoRepositoryIndex Modifier and Type Field Description private TychoRepositoryIndex
LocalRepositoryP2IndicesImpl. artifactsIndex
private TychoRepositoryIndex
LocalRepositoryP2IndicesImpl. metadataIndex
Methods in org.eclipse.tycho.repository.local.index that return TychoRepositoryIndex Modifier and Type Method 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()
-