Class RepositoryBlackboardKey


  • public class RepositoryBlackboardKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SCHEME  
      private java.net.URI uri  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private RepositoryBlackboardKey​(java.net.URI uri)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • uri

        private final java.net.URI uri
    • Constructor Detail

      • RepositoryBlackboardKey

        private RepositoryBlackboardKey​(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:
        toString in class java.lang.Object