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
Methods in org.eclipse.tycho.p2.resolver with parameters of type LocalRepositoryP2Indices Modifier and Type Method Description void
P2ResolverFactoryImpl. 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
Methods in org.eclipse.tycho.repository.local that return LocalRepositoryP2Indices Modifier and Type Method Description protected LocalRepositoryP2Indices
LocalArtifactRepositoryFactory. 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 class
LocalRepositoryP2IndicesImpl
-