Package com.diffplug.gradle.pde
Class EclipseRelease
java.lang.Object
com.diffplug.gradle.pde.EclipseRelease
Models an Eclipse release, such as Mars SR2.
Supports all official releases from 3.5.0 to present (currently
LATEST).-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EclipseReleasecreateWithIdVersionUpdatesite(String id, String version, String updateSite) Creates a custom eclipse release (use an official release, e.g.booleaninthashCode()Returns the hashCode for this release.booleanisXYZ()Returns false for x.y.z, and true for everything else.static EclipseReleasestatic EclipseReleaseReturns the given officially released version which is supported by Goomph.static StringReturns a message describing the currently supported range of versions.toString()Returns the id.Returns the update site for this release.org.osgi.framework.Versionversion()Returns the OSGi version for this release.
-
Field Details
-
LATEST
- See Also:
-
-
Method Details
-
createWithIdVersionUpdatesite
public static EclipseRelease createWithIdVersionUpdatesite(String id, String version, String updateSite) Creates a custom eclipse release (use an official release, e.g. `EclipseRelease.R_4_5_2` whenever possible). -
official
Returns the given officially released version which is supported by Goomph. -
latestOfficial
-
supportedRange
Returns a message describing the currently supported range of versions. -
isXYZ
public boolean isXYZ()Returns false for x.y.z, and true for everything else. -
version
public org.osgi.framework.Version version()Returns the OSGi version for this release. -
updateSite
Returns the update site for this release. -
toString
Returns the id. -
hashCode
public int hashCode()Returns the hashCode for this release. -
equals
-