SmartFrog 3.10.000

org.smartfrog
Class Version

java.lang.Object
  extended by org.smartfrog.Version

public class Version
extends java.lang.Object

Version class provides version and copyright strings for SmartFrog System.


Method Summary
static java.lang.String build()
          Build number.
static java.lang.String buildDate()
          Build number.
static boolean compatible(java.lang.String version)
          Checks is version provides is compatible with this version.
static java.lang.String copyright()
           
static void main(java.lang.String[] args)
          Method invoked to print the version info.
static java.lang.String majorRelease()
          Major release number.
static java.lang.String maxCoreVersion()
          Max Core compatible version If null, it is considered compatible with all version numbers bigger than ours
static java.lang.String minCoreVersion()
          Min Core compatible version If null, it is considred compatible with all
static java.lang.String minorRelease()
          Minor release number.
static java.lang.String status()
          Status [alpha, beta, (Empty when statable)].
static java.lang.String versionString()
           
static java.lang.String versionStringforrelease()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

versionString

public static java.lang.String versionString()
Returns:
String Complete Version String

versionStringforrelease

public static java.lang.String versionStringforrelease()
Returns:
String Complete Version String

majorRelease

public static java.lang.String majorRelease()
Major release number.


minorRelease

public static java.lang.String minorRelease()
Minor release number.


build

public static java.lang.String build()
Build number.


buildDate

public static java.lang.String buildDate()
Build number.


status

public static java.lang.String status()
Status [alpha, beta, (Empty when statable)].


copyright

public static java.lang.String copyright()

minCoreVersion

public static java.lang.String minCoreVersion()
Min Core compatible version If null, it is considred compatible with all


maxCoreVersion

public static java.lang.String maxCoreVersion()
Max Core compatible version If null, it is considered compatible with all version numbers bigger than ours


compatible

public static boolean compatible(java.lang.String version)
Checks is version provides is compatible with this version.

Parameters:
version - String Version has to be of the form: MajorRelease.MinorRelease.Build_status.
Returns:
boolean

main

public static void main(java.lang.String[] args)
Method invoked to print the version info.

Parameters:
args - command line arguments.

SmartFrog CORE 3.10.000

(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP