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- Author:
- Christoph Läubrich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
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
-
-