public class RepositoryBlackboardKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SCHEME |
private java.net.URI |
uri |
Modifier | Constructor and Description |
---|---|
private |
RepositoryBlackboardKey(java.net.URI uri) |
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
toString() |
java.net.URI |
toURI() |
public static final java.lang.String SCHEME
private final java.net.URI uri
public java.net.URI toURI()
public static RepositoryBlackboardKey forResolutionContextArtifacts(java.io.File projectLocation)
public java.lang.String toString()
toString
in class java.lang.Object