Interface TargetDefinition.MavenGAVLocation
-
- All Superinterfaces:
TargetDefinition.Location
- All Known Implementing Classes:
TargetDefinitionFile.MavenLocation
- Enclosing interface:
- TargetDefinition
public static interface TargetDefinition.MavenGAVLocation extends TargetDefinition.Location
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TargetDefinition.MavenGAVLocation.MissingManifestStrategy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getArtifactId()
java.lang.String
getArtifactType()
java.lang.String
getClassifier()
java.lang.String
getGroupId()
java.lang.String
getIncludeDependencyScope()
java.util.Collection<TargetDefinition.BNDInstructions>
getInstructions()
TargetDefinition.MavenGAVLocation.MissingManifestStrategy
getMissingManifestStrategy()
java.lang.String
getVersion()
boolean
includeSource()
-
Methods inherited from interface org.eclipse.tycho.p2.target.facade.TargetDefinition.Location
getTypeDescription
-
-
-
-
Method Detail
-
getIncludeDependencyScope
java.lang.String getIncludeDependencyScope()
-
getMissingManifestStrategy
TargetDefinition.MavenGAVLocation.MissingManifestStrategy getMissingManifestStrategy()
-
getGroupId
java.lang.String getGroupId()
-
getArtifactId
java.lang.String getArtifactId()
-
getVersion
java.lang.String getVersion()
-
getArtifactType
java.lang.String getArtifactType()
-
getClassifier
java.lang.String getClassifier()
-
getInstructions
java.util.Collection<TargetDefinition.BNDInstructions> getInstructions()
-
includeSource
boolean includeSource()
-
-