org.apache.maven.artifact.repository
Class MavenJPackageDepmap

java.lang.Object
  extended by org.apache.maven.artifact.repository.MavenJPackageDepmap

public class MavenJPackageDepmap
extends Object


Method Summary
static void debug(String msg)
           
static MavenJPackageDepmap getInstance()
           
 Hashtable<String,String> getMappedInfo(Hashtable<String,String> mavenDep)
           
 Hashtable<String,String> getMappedInfo(String groupId, String artifactId, String version)
           
 boolean shouldEliminate(String groupId, String artifactId, String version)
          Returns whether or not the given dependency should be dropped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2011 Apache Software Foundation. All Rights Reserved.