org.apache.archiva.model
Class Keys

java.lang.Object
  extended by org.apache.archiva.model.Keys

public class Keys
extends Object

Keys - utility methods for converting common objects into string keys.


Constructor Summary
Keys()
           
 
Method Summary
static String toKey(ArtifactReference ref)
           
static String toKey(ProjectReference ref)
           
static String toKey(String groupId, String artifactId, String version)
           
static String toKey(String groupId, String artifactId, String version, String classifier, String type)
           
static String toKey(VersionedReference ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keys

public Keys()
Method Detail

toKey

public static String toKey(String groupId,
                           String artifactId,
                           String version,
                           String classifier,
                           String type)

toKey

public static String toKey(ArtifactReference ref)

toKey

public static String toKey(ProjectReference ref)

toKey

public static String toKey(String groupId,
                           String artifactId,
                           String version)

toKey

public static String toKey(VersionedReference ref)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.