Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.Unit
-
Packages that use TargetDefinition.Unit Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition.Unit in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement TargetDefinition.Unit Modifier and Type Class Description static class
TargetDefinitionFile.Unit
Methods in org.eclipse.tycho.p2.resolver 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.target
Methods in org.eclipse.tycho.p2.target with parameters of type TargetDefinition.Unit Modifier and Type Method Description private org.eclipse.equinox.p2.query.IQueryResult<org.eclipse.equinox.p2.metadata.IInstallableUnit>
TargetDefinitionResolver.LoadedIULocation. findUnit(TargetDefinition.Unit unitReference, org.eclipse.equinox.p2.query.IQueryable<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
private org.eclipse.equinox.p2.metadata.IInstallableUnit
TargetDefinitionResolver.LoadedIULocation. findUnitInThisLocation(TargetDefinition.Unit unitReference)
private org.eclipse.equinox.p2.metadata.Version
TargetDefinitionResolver.LoadedIULocation. parseVersion(TargetDefinition.Unit unitReference)
-
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()
-