Uses of Interface
org.eclipse.tycho.p2.repository.TychoRepositoryIndex
-
Packages that use TychoRepositoryIndex Package Description org.eclipse.tycho.p2.maven.repository org.eclipse.tycho.p2.repository org.eclipse.tycho.repository.local org.eclipse.tycho.repository.local.index -
-
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(URI location, TychoRepositoryIndex metadataIndex, RepositoryReader contentLocator)
AbstractMavenMetadataRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent, URI location, TychoRepositoryIndex metadataIndex, RepositoryReader contentLocator)
MavenMetadataRepository(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.repository.local
Constructors in org.eclipse.tycho.repository.local with parameters of type TychoRepositoryIndex Constructor Description LocalMetadataRepository(URI location, TychoRepositoryIndex metadataIndex)
Create new repositoryLocalMetadataRepository(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.Methods in org.eclipse.tycho.repository.local.index that return TychoRepositoryIndex Modifier and Type Method Description static TychoRepositoryIndex
FileBasedTychoRepositoryIndex. createArtifactsIndex(File basedir, FileLockService fileLockService, MavenLogger logger)
static TychoRepositoryIndex
FileBasedTychoRepositoryIndex. createMetadataIndex(File basedir, FileLockService fileLockService, MavenLogger logger)
TychoRepositoryIndex
LocalRepositoryP2IndicesImpl. getArtifactsIndex()
TychoRepositoryIndex
LocalRepositoryP2IndicesImpl. getMetadataIndex()
-