Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.InstallableUnitLocation
-
Packages that use TargetDefinition.InstallableUnitLocation Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target -
-
Uses of TargetDefinition.InstallableUnitLocation in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement TargetDefinition.InstallableUnitLocation Modifier and Type Class Description class
TargetDefinitionFile.IULocation
-
Uses of TargetDefinition.InstallableUnitLocation in org.eclipse.tycho.p2.target
Fields in org.eclipse.tycho.p2.target declared as TargetDefinition.InstallableUnitLocation Modifier and Type Field Description private TargetDefinition.InstallableUnitLocation
TargetDefinitionResolver.LoadedIULocation. locationDefinition
Methods in org.eclipse.tycho.p2.target with parameters of type TargetDefinition.InstallableUnitLocation Modifier and Type Method Description void
TargetDefinitionResolver.ResolverRun. addLocation(TargetDefinition.InstallableUnitLocation iuLocationDefinition)
Constructors in org.eclipse.tycho.p2.target with parameters of type TargetDefinition.InstallableUnitLocation Constructor Description LoadedIULocation(TargetDefinition.InstallableUnitLocation locationDefinition)
-