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