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 TychoRepositoryIndexAbstractMavenMetadataRepository. metadataIndexConstructors 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 TychoRepositoryIndexLocalRepositoryP2Indices. getArtifactsIndex()TychoRepositoryIndexLocalRepositoryP2Indices. 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 voidUpdateLocalIndexMojo. 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 classFileBasedTychoRepositoryIndexSimplistic 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 TychoRepositoryIndexLocalRepositoryP2IndicesImpl. artifactsIndexprivate TychoRepositoryIndexLocalRepositoryP2IndicesImpl. metadataIndexMethods in org.eclipse.tycho.repository.local.index that return TychoRepositoryIndex Modifier and Type Method Description static TychoRepositoryIndexFileBasedTychoRepositoryIndex. createArtifactsIndex(java.io.File basedir, FileLockService fileLockService, MavenLogger logger)static TychoRepositoryIndexFileBasedTychoRepositoryIndex. createMetadataIndex(java.io.File basedir, FileLockService fileLockService, MavenLogger logger)TychoRepositoryIndexLocalRepositoryP2IndicesImpl. getArtifactsIndex()TychoRepositoryIndexLocalRepositoryP2IndicesImpl. getMetadataIndex()
-