Class RepositoryBlackboardKey
- java.lang.Object
-
- org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey
-
public class RepositoryBlackboardKey extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRepositoryBlackboardKey(java.net.URI uri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepositoryBlackboardKeyforResolutionContextArtifacts(java.io.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.java.lang.StringtoString()java.net.URItoURI()
-
-
-
Field Detail
-
SCHEME
public static final java.lang.String SCHEME
- See Also:
- Constant Field Values
-
uri
private final java.net.URI uri
-
-
Method Detail
-
toURI
public java.net.URI toURI()
-
forResolutionContextArtifacts
public static RepositoryBlackboardKey forResolutionContextArtifacts(java.io.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.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-