Uses of Interface
org.eclipse.tycho.p2.repository.RepositoryReader
-
Packages that use RepositoryReader Package Description org.eclipse.tycho.p2.maven.repository org.eclipse.tycho.p2.repository org.eclipse.tycho.repository.local -
-
Uses of RepositoryReader in org.eclipse.tycho.p2.maven.repository
Fields in org.eclipse.tycho.p2.maven.repository declared as RepositoryReader Modifier and Type Field Description protected RepositoryReader
AbstractMavenMetadataRepository. contentLocator
Constructors in org.eclipse.tycho.p2.maven.repository with parameters of type RepositoryReader 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 RepositoryReader in org.eclipse.tycho.p2.repository
Classes in org.eclipse.tycho.p2.repository that implement RepositoryReader Modifier and Type Class Description class
LocalRepositoryReader
-
Uses of RepositoryReader in org.eclipse.tycho.repository.local
Fields in org.eclipse.tycho.repository.local declared as RepositoryReader Modifier and Type Field Description private RepositoryReader
LocalArtifactRepository. contentLocator
Constructors in org.eclipse.tycho.repository.local with parameters of type RepositoryReader Constructor Description LocalArtifactRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent, LocalRepositoryP2Indices localRepoIndices, RepositoryReader contentLocator)
LocalArtifactRepository(LocalRepositoryP2Indices localRepoIndices, RepositoryReader contentLocator)
LocalMetadataRepository(java.net.URI location, TychoRepositoryIndex projectIndex, RepositoryReader contentLocator)
Local existing repository
-