| Package | Description |
|---|---|
| com.helger.commons.thirdparty | |
| com.helger.commons.version |
| Modifier and Type | Method and Description |
|---|---|
Version |
CustomLicense.getVersion() |
Version |
ELicense.getVersion() |
Version |
IThirdPartyModule.getVersion() |
Version |
ThirdPartyModule.getVersion() |
| Constructor and Description |
|---|
CustomLicense(String sID,
String sName,
Version aVersion,
String sURL)
Create a custom license.
|
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL) |
ThirdPartyModule(String sDisplayName,
String sCopyrightOwner,
ILicense aLicense,
Version aVersion,
String sWebsiteURL,
boolean bOptional) |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.DEFAULT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionRange.getCeilVersion() |
Version |
VersionRange.getFloorVersion() |
Version |
IHasVersion.getVersion() |
Version |
IHasVersionRange.getVersionRange() |
static Version |
Version.parse(String sVersionString)
Construct a version object from a string.
|
static Version |
Version.parse(String sVersionString,
boolean bOldVersion)
Construct a version object from a string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version rhs)
Compares two Version objects.
|
boolean |
VersionRange.versionMatches(Version rhs) |
| Constructor and Description |
|---|
VersionRange(Version aFloorVersion,
boolean bIncludeFloorVersion,
Version aCeilingVersion,
boolean bIncludeCeilingVersion)
Create a new version range depicted by two versions.
|
VersionRange(Version aFloorVersion,
Version aCeilingVersion)
Create a new version range depicted by two versions, assuming that both the
floor and the ceiling version should be included meaning we have an
inclusive interval.
|
Copyright © 2014–2020 Philip Helger. All rights reserved.