Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit
-
Packages that use TargetDefinition.Unit Package Description org.eclipse.tycho.core.ee org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition.Unit in org.eclipse.tycho.core.ee
Classes in org.eclipse.tycho.core.ee that implement TargetDefinition.Unit Modifier and Type Class Description static class
TargetDefinitionFile.Unit
Methods in org.eclipse.tycho.core.ee that return types with arguments of type TargetDefinition.Unit Modifier and Type Method Description java.util.List<? extends TargetDefinition.Unit>
TargetDefinitionFile.IULocation. getUnits()
-
Uses of TargetDefinition.Unit in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver with parameters of type TargetDefinition.Unit Modifier and Type Method Description private static org.eclipse.equinox.p2.query.IQueryResult<org.eclipse.equinox.p2.metadata.IInstallableUnit>
InstallableUnitResolver. findUnit(TargetDefinition.Unit unitReference, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
private static org.eclipse.equinox.p2.metadata.IInstallableUnit
InstallableUnitResolver. findUnits(TargetDefinition.Unit unitReference, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> queryable)
private static org.eclipse.equinox.p2.metadata.Version
InstallableUnitResolver. parseVersion(TargetDefinition.Unit unitReference)
Method parameters in org.eclipse.tycho.p2.resolver with type arguments of type TargetDefinition.Unit Modifier and Type Method Description private static java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit>
InstallableUnitResolver. getRootIUs(java.util.Collection<? extends TargetDefinition.Unit> unitReferences, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> queryable)
-
Uses of TargetDefinition.Unit in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetDefinition.Unit Modifier and Type Method Description java.util.List<? extends TargetDefinition.Unit>
TargetDefinition.InstallableUnitLocation. getUnits()
-