Package org.apache.maven.internal.impl
Class DefaultDependencyCoordinate
java.lang.Object
org.apache.maven.internal.impl.DefaultDependencyCoordinate
- All Implemented Interfaces:
ArtifactCoordinate,DependencyCoordinate
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDependencyCoordinate(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, waitMethods 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:
getGroupIdin interfaceArtifactCoordinate
-
getArtifactId
- Specified by:
getArtifactIdin interfaceArtifactCoordinate
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactCoordinate
-
getVersion
- Specified by:
getVersionin interfaceArtifactCoordinate
-
getExtension
- Specified by:
getExtensionin interfaceArtifactCoordinate
-
getType
- Specified by:
getTypein interfaceDependencyCoordinate
-
getScope
- Specified by:
getScopein interfaceDependencyCoordinate
-
getOptional
- Specified by:
getOptionalin interfaceDependencyCoordinate
-
getExclusions
- Specified by:
getExclusionsin interfaceDependencyCoordinate
-