Package org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.FeatureTargetPlatformLocation
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.FeatureTargetPlatformLocation
-
- All Implemented Interfaces:
TargetDefinition.FeaturePlatformLocation,TargetDefinition.Location,TargetDefinition.PathLocation
- Enclosing class:
- TargetDefinitionFile
public class TargetDefinitionFile.FeatureTargetPlatformLocation extends Object implements TargetDefinition.FeaturePlatformLocation
-
-
Constructor Summary
Constructors Constructor Description FeatureTargetPlatformLocation(String path, String feature, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetTypeDescription()Returns a description of the underlying location implementation.StringgetVersion()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.PathLocation
getPath
-
-
-
-
Method Detail
-
getTypeDescription
public String getTypeDescription()
Description copied from interface:TargetDefinition.LocationReturns a description of the underlying location implementation.- Specified by:
getTypeDescriptionin interfaceTargetDefinition.Location
-
getId
public String getId()
- Specified by:
getIdin interfaceTargetDefinition.FeaturePlatformLocation- Returns:
- the id of the feature to use
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceTargetDefinition.FeaturePlatformLocation- Returns:
- the version of the feature to use
-
-