public class MavenCentralMapping extends Object
Maps eclipse jars to their mavenCentral artifact ids and versions based on their official release.
Constructor and Description |
---|
MavenCentralMapping() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
bundleToVersion(EclipseRelease release)
Returns a map from every bundle-id to its corresponding 3-part version (the qualifier is dropped).
|
static String |
groupIdArtifactId(String bundleId)
Returns the MavenCentral groupId:artifactId appropriate for the given bundleId.
|
static boolean |
isEclipseGroup(String group) |
public static boolean isEclipseGroup(String group)
public static String groupIdArtifactId(String bundleId)
Returns the MavenCentral groupId:artifactId appropriate for the given bundleId.
public static Map<String,String> bundleToVersion(EclipseRelease release)
Returns a map from every bundle-id to its corresponding 3-part version (the qualifier is dropped).