com.vaadin.shared
Class Version

java.lang.Object
  extended by com.vaadin.shared.Version
All Implemented Interfaces:
java.io.Serializable

public class Version
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getBuildIdentifier()
           
static java.lang.String getFullVersion()
           
static int getMajorVersion()
           
static int getMinorVersion()
           
static int getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

getFullVersion

public static java.lang.String getFullVersion()

getMajorVersion

public static int getMajorVersion()

getMinorVersion

public static int getMinorVersion()

getRevision

public static int getRevision()

getBuildIdentifier

public static java.lang.String getBuildIdentifier()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.