Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.version
Interface VersionService


public interface VersionService

The version service keeps track of the SIP Communicator version that we are currently running. Other modules (such as a Help->About dialog) query and use this service in order to show the current application version.

Author:
Emil Ivov

Method Summary
 Version getCurrentVersion()
          Returns a Version object containing version details of the SIP Communicator version that we're currently running.
 Version parseVersionString(String version)
          Returns a Version instance corresponding to the version string.
 

Method Detail

getCurrentVersion

Version getCurrentVersion()
Returns a Version object containing version details of the SIP Communicator version that we're currently running.

Returns:
a Version object containing version details of the SIP Communicator version that we're currently running.

parseVersionString

Version parseVersionString(String version)
Returns a Version instance corresponding to the version string.

Parameters:
version - a version String that we have obtained by calling a Version.toString() method.
Returns:
the Version object corresponding to the version string.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.