Package org.basepom.inline.mojo
Class ArtifactIdentifier
java.lang.Object
org.basepom.inline.mojo.ArtifactIdentifier
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactIdentifier(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 TypeMethodDescriptionbooleaninthashCode()booleanmatchArtifact(org.apache.maven.artifact.Artifact artifact) booleanmatchDependency(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
-