Uses of Class
org.eclipse.tycho.p2maven.SlicingOptions

Packages that use SlicingOptions
Package
Description
 
  • Uses of SlicingOptions in org.eclipse.tycho.p2maven

    Methods in org.eclipse.tycho.p2maven with parameters of type SlicingOptions
    Modifier and Type
    Method
    Description
    org.eclipse.equinox.p2.query.IQueryResult<org.eclipse.equinox.p2.metadata.IInstallableUnit>
    InstallableUnitSlicer.computeDependencies(Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> rootIus, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> avaiableIUs, SlicingOptions options)
    Computes a "slice" of a given set of IInstallableUnits that include as much of the requirements of the root units that are fulfilled by the available units.