Class MetadataOnlyP2ResolutionResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.util.List<java.lang.String>,​P2ResolutionResult.Entry> entries
      Map of resolution result entries keyed by (type,id,version) tuple
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addArtifact​(java.lang.String type, java.lang.String id, java.lang.String version, java.lang.Object installableUnit)  
      java.util.Collection<P2ResolutionResult.Entry> getArtifacts()  
      java.util.Set<?> getNonReactorUnits()  
      private java.util.List<java.lang.String> newKey​(java.lang.String type, java.lang.String id, java.lang.String version)  
      • Methods inherited from class java.lang.Object

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

      • entries

        private final java.util.Map<java.util.List<java.lang.String>,​P2ResolutionResult.Entry> entries
        Map of resolution result entries keyed by (type,id,version) tuple
    • Constructor Detail

      • MetadataOnlyP2ResolutionResult

        public MetadataOnlyP2ResolutionResult()
    • Method Detail

      • addArtifact

        public void addArtifact​(java.lang.String type,
                                java.lang.String id,
                                java.lang.String version,
                                java.lang.Object installableUnit)
        Parameters:
        type - is one of P2Resolver.TYPE_* constants
        id - is Eclipse/OSGi artifact id
        version - is Eclipse/OSGi artifact version
      • newKey

        private java.util.List<java.lang.String> newKey​(java.lang.String type,
                                                        java.lang.String id,
                                                        java.lang.String version)