com.karmasphere.share.constants
Class Version

java.lang.Object
  extended by com.karmasphere.share.constants.Version

public class Version
extends Object


Method Summary
static int getMajor()
           
static int getMinor()
           
static int getPatch()
           
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static String getVersion()

getMajor

public static int getMajor()

getMinor

public static int getMinor()

getPatch

public static int getPatch()

main

public static void main(String[] args)


Copyright © 2004-2005 Karamsphere. All Rights Reserved.