Package org.apache.maven.internal.impl
Class DefaultDependencyCoordinate
java.lang.Object
org.apache.maven.internal.impl.DefaultDependencyCoordinate
- All Implemented Interfaces:
- ArtifactCoordinate,- DependencyCoordinate
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultDependencyCoordinate(AbstractSession session, org.eclipse.aether.graph.Dependency dependency) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.api.ArtifactCoordinategetId
- 
Constructor Details- 
DefaultDependencyCoordinatepublic DefaultDependencyCoordinate(@Nonnull AbstractSession session, @Nonnull org.eclipse.aether.graph.Dependency dependency) 
 
- 
- 
Method Details- 
getDependency
- 
getGroupIdDescription copied from interface:ArtifactCoordinateThe groupId of the artifact.- Specified by:
- getGroupIdin interface- ArtifactCoordinate
- Returns:
- the groupId
 
- 
getArtifactIdDescription copied from interface:ArtifactCoordinateThe artifactId of the artifact.- Specified by:
- getArtifactIdin interface- ArtifactCoordinate
- Returns:
- the artifactId
 
- 
getClassifierDescription copied from interface:ArtifactCoordinateThe classifier of the artifact.- Specified by:
- getClassifierin interface- ArtifactCoordinate
- Returns:
- the classifier or an empty string if none, never null
 
- 
getVersionDescription copied from interface:ArtifactCoordinateThe version of the artifact.- Specified by:
- getVersionin interface- ArtifactCoordinate
- Returns:
- the version
 
- 
getExtensionDescription copied from interface:ArtifactCoordinateThe extension of the artifact.- Specified by:
- getExtensionin interface- ArtifactCoordinate
- Returns:
- the extension or an empty string if none, never null
 
- 
getTypeDescription copied from interface:DependencyCoordinateThe type of the artifact.- Specified by:
- getTypein interface- DependencyCoordinate
- Returns:
- the type
 
- 
getScope- Specified by:
- getScopein interface- DependencyCoordinate
 
- 
getOptional- Specified by:
- getOptionalin interface- DependencyCoordinate
 
- 
getExclusions- Specified by:
- getExclusionsin interface- DependencyCoordinate
 
 
-