Class RepositoryBlackboardKey
- java.lang.Object
-
- org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey
-
public class RepositoryBlackboardKey extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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.String
toString()
URI
toURI()
-
-
-
Field Detail
-
SCHEME
public static final String SCHEME
- See Also:
- Constant Field Values
-
-
Method Detail
-
toURI
public URI toURI()
-
forResolutionContextArtifacts
public static 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.
-
-