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