Uses of Class
com.ellucian.ethos.integration.client.config.SemVer
-
Packages that use SemVer Package Description com.ellucian.ethos.integration.client.config -
-
Uses of SemVer in com.ellucian.ethos.integration.client.config
Methods in com.ellucian.ethos.integration.client.config that return SemVer Modifier and Type Method Description SemVer
SemVer.Builder. build()
Builds a SemVer object with the given major, minor, and patch values that have been set in the builder.Methods in com.ellucian.ethos.integration.client.config with parameters of type SemVer Modifier and Type Method Description int
SemVer. compareTo(SemVer sv)
Compares this object to the given object, which should also be an instance of this class.String
EthosConfigurationClient. getVersionHeader(String resourceName, SemVer semVer)
Gets the full version header string for the given resource and SemVer if the resource supports the given version contained within the SemVer.boolean
EthosConfigurationClient. isResourceVersionSupported(String resourceName, SemVer semVer)
Indicates if the requested Ethos resource supports a version represented by the given SemVer object.
-