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.String
getId()
java.lang.String
getVersion()
-
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
-
-