public class Keys extends Object
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static String toKey(String groupId, String artifactId, String version, String classifier, String type)
public static String toKey(ArtifactReference ref)
public static String toKey(ProjectReference ref)
public static String toKey(VersionedReference ref)
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.