Package org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.AbstractPathLocation
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.AbstractPathLocation
-
- All Implemented Interfaces:
TargetDefinition.Location
,TargetDefinition.PathLocation
- Direct Known Subclasses:
TargetDefinitionFile.DirectoryTargetLocation
,TargetDefinitionFile.FeatureTargetPlatformLocation
,TargetDefinitionFile.ProfileTargetPlatformLocation
- Enclosing class:
- TargetDefinitionFile
private abstract class TargetDefinitionFile.AbstractPathLocation extends java.lang.Object implements TargetDefinition.PathLocation
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
path
-
Constructor Summary
Constructors Constructor Description AbstractPathLocation(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
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.Location
getTypeDescription
-
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interfaceTargetDefinition.PathLocation
- Returns:
- the plain path as supplied by the target file
-
-