This project has retired. For details please refer to its Attic page.
DependencyGraphKeys

org.apache.maven.archiva.dependency.graph
Class DependencyGraphKeys

Package class diagram package DependencyGraphKeys
java.lang.Object
  extended by org.apache.maven.archiva.dependency.graph.DependencyGraphKeys

public class DependencyGraphKeys
extends java.lang.Object

Key generation for the various objects used within the DependencyGraph.


Constructor Summary
DependencyGraphKeys()
           
 
Method Summary
static java.lang.String toKey(org.apache.maven.archiva.model.ArtifactReference ref)
           
static java.lang.String toKey(DependencyGraphNode node)
           
static java.lang.String toManagementKey(org.apache.maven.archiva.model.ArtifactReference ref)
           
static java.lang.String toManagementKey(org.apache.maven.archiva.model.Dependency ref)
           
static java.lang.String toManagementKey(DependencyGraphNode node)
           
static java.lang.String toManagementKey(org.apache.maven.archiva.model.Exclusion ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraphKeys

public DependencyGraphKeys()
Method Detail

toManagementKey

public static java.lang.String toManagementKey(DependencyGraphNode node)

toManagementKey

public static java.lang.String toManagementKey(org.apache.maven.archiva.model.ArtifactReference ref)

toManagementKey

public static java.lang.String toManagementKey(org.apache.maven.archiva.model.Dependency ref)

toManagementKey

public static java.lang.String toManagementKey(org.apache.maven.archiva.model.Exclusion ref)

toKey

public static java.lang.String toKey(DependencyGraphNode node)

toKey

public static java.lang.String toKey(org.apache.maven.archiva.model.ArtifactReference ref)