Interface TargetDefinition.PathLocation
-
- All Superinterfaces:
TargetDefinition.Location
- All Known Subinterfaces:
TargetDefinition.DirectoryLocation
,TargetDefinition.FeaturePlatformLocation
,TargetDefinition.ProfilePlatformLocation
- All Known Implementing Classes:
TargetDefinitionFile.DirectoryTargetLocation
,TargetDefinitionFile.FeatureTargetPlatformLocation
,TargetDefinitionFile.ProfileTargetPlatformLocation
- Enclosing interface:
- TargetDefinition
public static interface TargetDefinition.PathLocation extends TargetDefinition.Location
Base interface for all Locations that are path based, the path might contains variables that need to be resolved before used as a real directory path- Author:
- Christoph Läubrich
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
getTypeDescription
-
-
-
-
Method Detail
-
getPath
String getPath()
- Returns:
- the plain path as supplied by the target file
-
-