Package com.diffplug.gradle.eclipse
Class MavenCentralMapping
java.lang.Object
com.diffplug.gradle.eclipse.MavenCentralMapping
Maps eclipse jars to their mavenCentral artifact ids and versions based on their official release.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbundleToVersion(EclipseRelease release) Returns a map from every bundle-id to its corresponding 3-part version (the qualifier is dropped).static StringgroupIdArtifactId(String bundleId) Returns the MavenCentral groupId:artifactId appropriate for the given bundleId.groupIdArtifactIdToVersion(EclipseRelease release) Returns a map from every groupId:artifactId to its corresponding version in maven central (the qualifier is dropped).static booleanisEclipseGroup(String group)
-
Constructor Details
-
MavenCentralMapping
public MavenCentralMapping()
-
-
Method Details
-
isEclipseGroup
-
groupIdArtifactId
Returns the MavenCentral groupId:artifactId appropriate for the given bundleId. -
bundleToVersion
Returns a map from every bundle-id to its corresponding 3-part version (the qualifier is dropped). -
groupIdArtifactIdToVersion
Returns a map from every groupId:artifactId to its corresponding version in maven central (the qualifier is dropped).
-