Uses of Interface
org.eclipse.tycho.p2.repository.LocalRepositoryP2Indices
-
Packages that use LocalRepositoryP2Indices Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.repository.local org.eclipse.tycho.repository.local.index -
-
Uses of LocalRepositoryP2Indices in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver declared as LocalRepositoryP2Indices Modifier and Type Field Description private LocalRepositoryP2IndicesP2ResolverFactoryImpl. localRepoIndicesprivate LocalRepositoryP2IndicesPomDependencyProcessor. localRepoIndicesMethods in org.eclipse.tycho.p2.resolver with parameters of type LocalRepositoryP2Indices Modifier and Type Method Description private static LocalArtifactRepositoryP2ResolverFactoryImpl. getLocalArtifactRepository(MavenContext mavenContext, LocalRepositoryP2Indices localRepoIndices)private static LocalMetadataRepositoryP2ResolverFactoryImpl. getLocalMetadataRepository(MavenContext context, LocalRepositoryP2Indices localRepoIndices)voidP2ResolverFactoryImpl. setLocalRepositoryIndices(LocalRepositoryP2Indices localRepoIndices)Constructors in org.eclipse.tycho.p2.resolver with parameters of type LocalRepositoryP2Indices Constructor Description PomDependencyProcessor(org.apache.maven.execution.MavenSession session, org.apache.maven.repository.RepositorySystem repositorySystem, P2ResolverFactory resolverFactory, LocalRepositoryP2Indices localRepoIndices, org.codehaus.plexus.logging.Logger logger) -
Uses of LocalRepositoryP2Indices in org.eclipse.tycho.repository.local
Fields in org.eclipse.tycho.repository.local declared as LocalRepositoryP2Indices Modifier and Type Field Description private LocalRepositoryP2IndicesLocalArtifactRepository. localRepoIndicesMethods in org.eclipse.tycho.repository.local that return LocalRepositoryP2Indices Modifier and Type Method Description protected LocalRepositoryP2IndicesLocalArtifactRepositoryFactory. lookupLocalRepoIndices()Constructors in org.eclipse.tycho.repository.local with parameters of type LocalRepositoryP2Indices Constructor Description LocalArtifactRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent, LocalRepositoryP2Indices localRepoIndices, MavenRepositorySystem repositorySystem)LocalArtifactRepository(org.eclipse.equinox.p2.core.IProvisioningAgent agent, LocalRepositoryP2Indices localRepoIndices, RepositoryReader contentLocator)LocalArtifactRepository(LocalRepositoryP2Indices localRepoIndices)LocalArtifactRepository(LocalRepositoryP2Indices localRepoIndices, RepositoryReader contentLocator) -
Uses of LocalRepositoryP2Indices in org.eclipse.tycho.repository.local.index
Classes in org.eclipse.tycho.repository.local.index that implement LocalRepositoryP2Indices Modifier and Type Class Description classLocalRepositoryP2IndicesImpl
-