Package org.eclipse.tycho.targetplatform
Interface TargetDefinition.MavenGAVLocation
- All Superinterfaces:
TargetDefinition.Location
- Enclosing interface:
TargetDefinition
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getIncludeDependencyScopes
Collection<String> getIncludeDependencyScopes() -
getIncludeDependencyDepth
TargetDefinition.MavenGAVLocation.DependencyDepth getIncludeDependencyDepth() -
getMissingManifestStrategy
TargetDefinition.MavenGAVLocation.MissingManifestStrategy getMissingManifestStrategy() -
getInstructions
Collection<TargetDefinition.BNDInstructions> getInstructions() -
getRoots
Collection<TargetDefinition.MavenDependency> getRoots() -
getRepositoryReferences
Collection<MavenArtifactRepositoryReference> getRepositoryReferences() -
includeSource
boolean includeSource() -
getFeatureTemplate
Element getFeatureTemplate() -
getLabel
String getLabel() -
getTypeDescription
Description copied from interface:TargetDefinition.LocationReturns a description of the underlying location implementation.- Specified by:
getTypeDescriptionin interfaceTargetDefinition.Location
-