Package org.eclipse.tycho.targetplatform
Interface TargetDefinition.RepositoryLocation
- All Superinterfaces:
TargetDefinition.Location
- Enclosing interface:
TargetDefinition
Implements the PDE
repository location
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.osgi.resource.Requirement> default StringReturns a description of the underlying location implementation.getUri()
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getUri
String getUri()- Returns:
- the URI to load this repository from
-
getRequirements
Collection<org.osgi.resource.Requirement> getRequirements()- Returns:
- the requirements that make up the content fetched from the repository
-
getTypeDescription
Description copied from interface:TargetDefinition.LocationReturns a description of the underlying location implementation.- Specified by:
getTypeDescriptionin interfaceTargetDefinition.Location
-