public class MavenJPackageDepmap extends Object
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static MavenJPackageDepmap |
getInstance() |
Hashtable<String,String> |
getMappedInfo(String groupId,
String artifactId,
String version)
This function can be used to query exact version of an artifact.
|
ArrayList<Hashtable<String,String>> |
getUnversionedMappedInfo(String groupId,
String artifactId,
String version)
This function can be used to query for all possible artifact resolutions.
|
public static MavenJPackageDepmap getInstance()
public Hashtable<String,String> getMappedInfo(String groupId, String artifactId, String version)
groupId
- artifactId
- version
- public ArrayList<Hashtable<String,String>> getUnversionedMappedInfo(String groupId, String artifactId, String version)
groupId
- artifactId
- version
- public static void debug(String msg)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.