org.apache.archiva.repository.content
Class ArtifactClassifierMapping

java.lang.Object
  extended by org.apache.archiva.repository.content.ArtifactClassifierMapping

public class ArtifactClassifierMapping
extends Object

Maven 1.x request type to classifier mapping for translating to a Maven 2.x storage

Since:
1.1
To Do:
reuse mappings for other repositories

Field Summary
private static Map<String,String> typeToClassifierMap
           
 
Constructor Summary
ArtifactClassifierMapping()
           
 
Method Summary
static String getClassifier(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeToClassifierMap

private static final Map<String,String> typeToClassifierMap
Constructor Detail

ArtifactClassifierMapping

public ArtifactClassifierMapping()
Method Detail

getClassifier

public static String getClassifier(String type)


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