Package org.eclipse.tycho.p2.resolver
Class TargetDefinitionFile.OtherLocation
- java.lang.Object
-
- org.eclipse.tycho.p2.resolver.TargetDefinitionFile.OtherLocation
-
- All Implemented Interfaces:
TargetDefinition.Location
- Enclosing class:
- TargetDefinitionFile
public static class TargetDefinitionFile.OtherLocation extends Object implements TargetDefinition.Location
-
-
Constructor Summary
Constructors Constructor Description OtherLocation(String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTypeDescription()
Returns a description of the underlying location implementation.
-
-
-
Constructor Detail
-
OtherLocation
public OtherLocation(String description)
-
-
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
-
-