org.apache.maven.artifact.repository.layout
Class MavenJPackageDepmap

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

public class MavenJPackageDepmap
extends Object


Method Summary
static MavenJPackageDepmap getInstance()
           
 Hashtable getMappedInfo(Hashtable mavenDep)
           
 Hashtable 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 getMappedInfo(Hashtable mavenDep)

getMappedInfo

public Hashtable 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.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.