org.logicalcobwebs.proxool
类 Version

java.lang.Object
  继承者 org.logicalcobwebs.proxool.Version

public class Version
extends Object

Tells you the version. You can tell what sort of release it is from the version. For instance: 1.0.0 (1 January) A proper released binary file at version 1.0. 1.0.0+ Built from the source based on version 1.0 (but there is no way of knowing whether the source has been altered). 1.0.1 (2 January) A bug fix release built on January 2nd.

从以下版本开始:
Proxool 0.6
版本:
$Revision: 1.23 $, $Date: 2008/08/23 10:08:08 $
作者:
bill, $Author: billhorsman $ (current maintainer)

构造方法摘要
Version()
           
 
方法摘要
static String getVersion()
           
static void main(String[] args)
          Convenient way of verifying version
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Version

public Version()
方法详细信息

getVersion

public static String getVersion()

main

public static void main(String[] args)
Convenient way of verifying version

参数:
args - none required (any sent are ignored)


Copyright © 2014. All rights reserved.