Package org.basepom.inline.mojo
Class ArtifactIdentifier
java.lang.Object
org.basepom.inline.mojo.ArtifactIdentifier
-
Constructor Summary
ConstructorDescriptionArtifactIdentifier
(String artifact) ArtifactIdentifier
(org.apache.maven.artifact.Artifact artifact) ArtifactIdentifier
(org.eclipse.aether.graph.Dependency dependency) ArtifactIdentifier
(org.eclipse.aether.graph.DependencyNode dependencyNode) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
matchArtifact
(org.apache.maven.artifact.Artifact artifact) boolean
matchDependency
(org.eclipse.aether.graph.Dependency dependency) toString()
-
Constructor Details
-
ArtifactIdentifier
-
ArtifactIdentifier
public ArtifactIdentifier(org.eclipse.aether.graph.Dependency dependency) -
ArtifactIdentifier
public ArtifactIdentifier(org.apache.maven.artifact.Artifact artifact) -
ArtifactIdentifier
public ArtifactIdentifier(org.eclipse.aether.graph.DependencyNode dependencyNode)
-
-
Method Details
-
getArtifactId
-
getGroupId
-
matchDependency
public boolean matchDependency(org.eclipse.aether.graph.Dependency dependency) -
matchArtifact
public boolean matchArtifact(org.apache.maven.artifact.Artifact artifact) -
equals
-
hashCode
public int hashCode() -
toString
-