Interface TargetDefinition.DirectoryLocation
-
- All Superinterfaces:
TargetDefinition.Location
,TargetDefinition.PathLocation
- All Known Implementing Classes:
TargetDefinitionFile.DirectoryTargetLocation
- Enclosing interface:
- TargetDefinition
public static interface TargetDefinition.DirectoryLocation extends TargetDefinition.PathLocation
Represents the "Directory" location that either contains bundles directly or has plugins/features/binaries folders that contains the data- Author:
- Christoph Läubrich
-
-
Method Summary
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
getTypeDescription
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.PathLocation
getPath
-
-