Interface TargetDefinition.PathLocation
-
- All Superinterfaces:
TargetDefinition.Location
- All Known Subinterfaces:
TargetDefinition.DirectoryLocation
,TargetDefinition.FeaturePlatformLocation
,TargetDefinition.ProfilePlatformLocation
- All Known Implementing Classes:
TargetDefinitionFile.AbstractPathLocation
,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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getPath()
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
getTypeDescription
-
-