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 TychoRepositoryIndexAbstractMavenMetadataRepository. metadataIndexConstructors 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 TychoRepositoryIndexLocalRepositoryP2Indices. getArtifactsIndex()TychoRepositoryIndexLocalRepositoryP2Indices. 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 classFileBasedTychoRepositoryIndexSimplistic 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 TychoRepositoryIndexFileBasedTychoRepositoryIndex. createArtifactsIndex(File basedir, FileLockService fileLockService, MavenLogger logger)static TychoRepositoryIndexFileBasedTychoRepositoryIndex. createMetadataIndex(File basedir, FileLockService fileLockService, MavenLogger logger)TychoRepositoryIndexLocalRepositoryP2IndicesImpl. getArtifactsIndex()TychoRepositoryIndexLocalRepositoryP2IndicesImpl. getMetadataIndex()
-