Class ProjectorResolutionStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private org.eclipse.equinox.p2.metadata.IInstallableUnit findSWTHostIU​(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius)  
      (package private) void fixSWT​(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableIUs, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> resolutionResult, java.util.Map<java.lang.String,​java.lang.String> newSelectionContext, org.eclipse.core.runtime.IProgressMonitor monitor)  
      protected boolean isApplicable​(java.util.Map<java.lang.String,​java.lang.String> selectionContext, org.eclipse.equinox.p2.metadata.expression.IMatchExpression<org.eclipse.equinox.p2.metadata.IInstallableUnit> filter)  
      protected boolean isSlicerError​(org.eclipse.core.runtime.MultiStatus slicerStatus)  
      protected org.eclipse.equinox.internal.p2.director.Slicer newSlicer​(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableUnits, java.util.Map<java.lang.String,​java.lang.String> properties)  
      private boolean providesJavaPackages​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)  
      java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> resolve​(java.util.Map<java.lang.String,​java.lang.String> properties, org.eclipse.core.runtime.IProgressMonitor monitor)  
      private java.lang.String toString​(java.util.Set<org.eclipse.equinox.internal.p2.director.Explanation> explanation)  
      • Methods inherited from class java.lang.Object

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

      • ProjectorResolutionStrategy

        public ProjectorResolutionStrategy​(MavenLogger logger)
    • Method Detail

      • newSlicer

        protected org.eclipse.equinox.internal.p2.director.Slicer newSlicer​(org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableUnits,
                                                                            java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        newSlicer in class AbstractSlicerResolutionStrategy
      • toString

        private java.lang.String toString​(java.util.Set<org.eclipse.equinox.internal.p2.director.Explanation> explanation)
      • fixSWT

        void fixSWT​(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> availableIUs,
                    java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> resolutionResult,
                    java.util.Map<java.lang.String,​java.lang.String> newSelectionContext,
                    org.eclipse.core.runtime.IProgressMonitor monitor)
      • findSWTHostIU

        private org.eclipse.equinox.p2.metadata.IInstallableUnit findSWTHostIU​(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> ius)
      • providesJavaPackages

        private boolean providesJavaPackages​(org.eclipse.equinox.p2.metadata.IInstallableUnit iu)
      • isApplicable

        protected boolean isApplicable​(java.util.Map<java.lang.String,​java.lang.String> selectionContext,
                                       org.eclipse.equinox.p2.metadata.expression.IMatchExpression<org.eclipse.equinox.p2.metadata.IInstallableUnit> filter)