Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
-
Packages that use TargetDefinition.Location Package Description org.eclipse.tycho.p2.resolver org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition.Location in org.eclipse.tycho.p2.resolver
Classes in org.eclipse.tycho.p2.resolver that implement TargetDefinition.Location Modifier and Type Class Description private classTargetDefinitionFile.AbstractPathLocationclassTargetDefinitionFile.DirectoryTargetLocationclassTargetDefinitionFile.FeatureTargetPlatformLocationclassTargetDefinitionFile.IULocationstatic classTargetDefinitionFile.OtherLocationclassTargetDefinitionFile.ProfileTargetPlatformLocationMethods in org.eclipse.tycho.p2.resolver that return types with arguments of type TargetDefinition.Location Modifier and Type Method Description java.util.List<? extends TargetDefinition.Location>TargetDefinitionFile. getLocations() -
Uses of TargetDefinition.Location in org.eclipse.tycho.p2.target.facade
Subinterfaces of TargetDefinition.Location in org.eclipse.tycho.p2.target.facade Modifier and Type Interface Description static interfaceTargetDefinition.DirectoryLocationRepresents the "Directory" location that either contains bundles directly or has plugins/features/binaries folders that contains the datastatic interfaceTargetDefinition.FeaturePlatformLocationrepresents the "Feature" location that contains a feature to include from a given installationstatic interfaceTargetDefinition.InstallableUnitLocationstatic interfaceTargetDefinition.PathLocationBase interface for all Locations that are path based, the path might contains variables that need to be resolved before used as a real directory pathstatic interfaceTargetDefinition.ProfilePlatformLocationRepresents the "Profile" location that contains an eclipse-sdk or exploded eclipse productMethods in org.eclipse.tycho.p2.target.facade that return types with arguments of type TargetDefinition.Location Modifier and Type Method Description java.util.List<? extends TargetDefinition.Location>TargetDefinition. getLocations()
-