public class MavenJPackageDepmap extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static MavenJPackageDepmap getInstance()
public Hashtable<String,String> getMappedInfo(String groupId, String artifactId, String version)
public boolean shouldEliminate(String groupId, String artifactId, String version)
public static void debug(String msg)
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.