Class DefaultP2ResolutionResult

    • Field Detail

      • nonReactorUnits

        private final java.util.Set<java.lang.Object> nonReactorUnits
        Set of installable unit in the target platform of the module that do not come from the local reactor.
    • Constructor Detail

      • DefaultP2ResolutionResult

        public DefaultP2ResolutionResult()
    • Method Detail

      • addArtifact

        public void addArtifact​(java.lang.String type,
                                java.lang.String id,
                                java.lang.String version,
                                java.io.File location,
                                java.lang.String classifier,
                                org.eclipse.equinox.p2.metadata.IInstallableUnit installableUnit)
      • removeEntriesWithUnknownType

        public void removeEntriesWithUnknownType()
      • addNonReactorUnit

        public void addNonReactorUnit​(java.lang.Object installableUnit)
      • addNonReactorUnits

        public void addNonReactorUnits​(java.util.Set<?> installableUnits)
      • eq

        protected static <T> boolean eq​(T a,
                                        T b)