Package org.eclipse.tycho
Interface MavenDependencyDescriptor
public interface MavenDependencyDescriptor
describes a dependency as with the maven Dependency class
-
Method Summary
-
Method Details
-
getArtifactId
String getArtifactId()- Returns:
- the unique id for an artifact
-
getClassifier
String getClassifier()- Returns:
- the classifier of the dependency
-
getGroupId
String getGroupId()- Returns:
- group that produced the dependency
-
getType
String getType()- Returns:
- the type of dependency
-
getVersion
String getVersion()- Returns:
- the version of the dependency
-
getRepository
String getRepository()- Returns:
- the id of the repository this artifact is located in
-