Novell exteNd Web Services SDK API

com.sssw.jbroker.web
Class Version

java.lang.Object
  extended bycom.sssw.jbroker.web.Version

public class Version
extends Object

A version information class with main method to print out version information.

Since:
jBroker Web 1.1

Constructor Summary
Version()
           
 
Method Summary
static String getBuild()
          Get the build time stamp.
static String getMajor()
          Get the major version number
static String getMinor()
          Get the minor version number
static String getVersion()
          Get string with version information
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)

getVersion

public static String getVersion()
Get string with version information

Returns:
a pretty printed string with version information

getMajor

public static String getMajor()
Get the major version number

Returns:
the major version number
Since:
WSSDK 5.0

getMinor

public static String getMinor()
Get the minor version number

Returns:
the minor version number
Since:
WSSDK 5.0

getBuild

public static String getBuild()
Get the build time stamp.

Returns:
the build time stamp.
Since:
WSSDK 5.0

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.