org.apache.maven.artifact.repository
Class MavenJPackageDepmap
java.lang.Object
org.apache.maven.artifact.repository.MavenJPackageDepmap
public class MavenJPackageDepmap
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static MavenJPackageDepmap getInstance()
getMappedInfo
public Hashtable<String,String> getMappedInfo(Hashtable<String,String> mavenDep)
getMappedInfo
public Hashtable<String,String> getMappedInfo(String groupId,
String artifactId,
String version)
shouldEliminate
public boolean shouldEliminate(String groupId,
String artifactId,
String version)
- Returns whether or not the given dependency should be dropped.
debug
public static void debug(String msg)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.