Interface TargetDefinition.FeaturePlatformLocation
-
- All Superinterfaces:
TargetDefinition.Location,TargetDefinition.PathLocation
- All Known Implementing Classes:
TargetDefinitionFile.FeatureTargetPlatformLocation
- Enclosing interface:
- TargetDefinition
public static interface TargetDefinition.FeaturePlatformLocation extends TargetDefinition.PathLocation
represents the "Feature" location that contains a feature to include from a given installation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetVersion()-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
getTypeDescription
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.PathLocation
getPath
-
-