Uses of Class
org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey
-
Packages that use RepositoryBlackboardKey Package Description org.eclipse.tycho.p2.tools org.eclipse.tycho.repository.registry org.eclipse.tycho.repository.registry.facade -
-
Uses of RepositoryBlackboardKey in org.eclipse.tycho.p2.tools
Methods in org.eclipse.tycho.p2.tools with parameters of type RepositoryBlackboardKey Modifier and Type Method Description void
RepositoryReferences. addArtifactRepository(RepositoryBlackboardKey blackboardKey)
Adds the artifact repository which is stored in memory under the given key. -
Uses of RepositoryBlackboardKey in org.eclipse.tycho.repository.registry
Methods in org.eclipse.tycho.repository.registry with parameters of type RepositoryBlackboardKey Modifier and Type Method Description static void
ArtifactRepositoryBlackboard. putRepository(RepositoryBlackboardKey key, org.eclipse.equinox.p2.repository.artifact.IArtifactRepository repository)
-
Uses of RepositoryBlackboardKey in org.eclipse.tycho.repository.registry.facade
Methods in org.eclipse.tycho.repository.registry.facade that return RepositoryBlackboardKey Modifier and Type Method Description static RepositoryBlackboardKey
RepositoryBlackboardKey. forResolutionContextArtifacts(File projectLocation)
Creates a key under which the POM dependency artifacts of the resolution context (which is a superset of the target platform) of a project are available as p2 repository.
-