Package org.apache.maven.internal.impl
Class DefaultDependencyCoordinate
java.lang.Object
org.apache.maven.internal.impl.DefaultDependencyCoordinate
- All Implemented Interfaces:
ArtifactCoordinate
,DependencyCoordinate
-
Constructor Summary
ConstructorDescriptionDefaultDependencyCoordinate
(InternalSession session, org.eclipse.aether.graph.Dependency dependency) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.ArtifactCoordinate
getId
-
Constructor Details
-
DefaultDependencyCoordinate
public DefaultDependencyCoordinate(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.graph.Dependency dependency)
-
-
Method Details
-
getDependency
-
getGroupId
- Specified by:
getGroupId
in interfaceArtifactCoordinate
-
getArtifactId
- Specified by:
getArtifactId
in interfaceArtifactCoordinate
-
getClassifier
- Specified by:
getClassifier
in interfaceArtifactCoordinate
-
getVersion
- Specified by:
getVersion
in interfaceArtifactCoordinate
-
getExtension
- Specified by:
getExtension
in interfaceArtifactCoordinate
-
getType
- Specified by:
getType
in interfaceDependencyCoordinate
-
getScope
- Specified by:
getScope
in interfaceDependencyCoordinate
-
getOptional
- Specified by:
getOptional
in interfaceDependencyCoordinate
-
getExclusions
- Specified by:
getExclusions
in interfaceDependencyCoordinate
-