Package 

Class AbstractVersionService

  • All Implemented Interfaces:
    org.jitsi.utils.version.VersionService

    
    public abstract class AbstractVersionService
     implements VersionService
                        

    Base implementation of VersionService that uses major, minor and nightly build id fields for versioning purposes.

    • Method Summary

      Modifier and Type Method Description
      Version parseVersionString(String version) Returns a Version instance corresponding to the versionstring.
      • Methods inherited from class org.jitsi.utils.version.VersionService

        getCurrentVersion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseVersionString

         Version parseVersionString(String version)

        Returns a Version instance corresponding to the versionstring.

        Parameters:
        version - a version String that we have obtained by calling aVersion.