Package org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.FeatureTargetPlatformLocation
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.AbstractPathLocation
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.FeatureTargetPlatformLocation
-
- All Implemented Interfaces:
TargetDefinition.FeaturePlatformLocation
,TargetDefinition.Location
,TargetDefinition.PathLocation
- Enclosing class:
- TargetDefinitionFile
public class TargetDefinitionFile.FeatureTargetPlatformLocation extends TargetDefinitionFile.AbstractPathLocation implements TargetDefinition.FeaturePlatformLocation
-
-
Constructor Summary
Constructors Constructor Description FeatureTargetPlatformLocation(java.lang.String path, java.lang.String feature, java.lang.String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
java.lang.String
getTypeDescription()
Returns a description of the underlying location implementation.java.lang.String
getVersion()
-
Methods inherited from class org.eclipse.tycho.p2.resolver.TargetDefinitionFile.AbstractPathLocation
getPath
-
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 java.lang.String getTypeDescription()
Description copied from interface:TargetDefinition.Location
Returns a description of the underlying location implementation.- Specified by:
getTypeDescription
in interfaceTargetDefinition.Location
-
getId
public java.lang.String getId()
- Specified by:
getId
in interfaceTargetDefinition.FeaturePlatformLocation
- Returns:
- the id of the feature to use
-
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interfaceTargetDefinition.FeaturePlatformLocation
- Returns:
- the version of the feature to use
-
-