Package org.eclipse.tycho.targetplatform
Interface TargetDefinition.PathLocation
- All Superinterfaces:
TargetDefinition.Location
- All Known Subinterfaces:
TargetDefinition.DirectoryLocation,TargetDefinition.FeaturesLocation,TargetDefinition.ProfileLocation
- Enclosing interface:
TargetDefinition
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
Methods inherited from interface org.eclipse.tycho.targetplatform.TargetDefinition.Location
getTypeDescription
-
Method Details
-
getPath
String getPath()- Returns:
- the plain path as supplied by the target file
-