org.apache.maven.archiva.dependency.graph
Class DependencyGraphKeys
java.lang.Object
org.apache.maven.archiva.dependency.graph.DependencyGraphKeys
public class DependencyGraphKeys
- extends java.lang.Object
Key generation for the various objects used within the DependencyGraph.
- Version:
- $Id: DependencyGraphKeys.java 562485 2007-08-03 14:44:15Z joakime $
- Author:
- Joakim Erdfelt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyGraphKeys
public DependencyGraphKeys()
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)
Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.