|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TychoRepositoryIndex in org.sonatype.tycho.p2.facade.internal |
---|
Methods in org.sonatype.tycho.p2.facade.internal that return TychoRepositoryIndex | |
---|---|
TychoRepositoryIndex |
P2RepositoryCacheImpl.getRepositoryIndex(String repositoryKey)
|
Methods in org.sonatype.tycho.p2.facade.internal with parameters of type TychoRepositoryIndex | |
---|---|
void |
P2RepositoryCacheImpl.putRepositoryIndex(String repositoryKey,
TychoRepositoryIndex index)
|
Uses of TychoRepositoryIndex in org.sonatype.tycho.p2.impl.resolver |
---|
Methods in org.sonatype.tycho.p2.impl.resolver with parameters of type TychoRepositoryIndex | |
---|---|
void |
P2ResolverImpl.addMavenRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
Uses of TychoRepositoryIndex in org.sonatype.tycho.p2.maven.repository |
---|
Fields in org.sonatype.tycho.p2.maven.repository declared as TychoRepositoryIndex | |
---|---|
protected TychoRepositoryIndex |
AbstractMavenMetadataRepository.projectIndex
|
Constructors in org.sonatype.tycho.p2.maven.repository with parameters of type TychoRepositoryIndex | |
---|---|
AbstractMavenArtifactRepository(URI uri,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
|
AbstractMavenMetadataRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
|
LocalArtifactRepository(File location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
|
LocalMetadataRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
Local existing repository |
|
MavenArtifactRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
|
MavenMetadataRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
Uses of TychoRepositoryIndex in org.sonatype.tycho.p2.repository |
---|
Classes in org.sonatype.tycho.p2.repository that implement TychoRepositoryIndex | |
---|---|
class |
DefaultTychoRepositoryIndex
Default implementation of TychoRepositoryIndex defines tycho repository index format and provides generic index read/write methods. |
class |
LocalTychoRepositoryIndex
Simplistic local Maven repository index to allow efficient lookup of all installed Tycho projects. |
Uses of TychoRepositoryIndex in org.sonatype.tycho.p2.resolver |
---|
Methods in org.sonatype.tycho.p2.resolver with parameters of type TychoRepositoryIndex | |
---|---|
void |
P2Resolver.addMavenRepository(URI location,
TychoRepositoryIndex projectIndex,
RepositoryReader contentLocator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |