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 SemVerSemVer.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 intSemVer. compareTo(SemVer sv)Compares this object to the given object, which should also be an instance of this class.StringEthosConfigurationClient. 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.booleanEthosConfigurationClient. isResourceVersionSupported(String resourceName, SemVer semVer)Indicates if the requested Ethos resource supports a version represented by the given SemVer object.
-