net.grinder.common
Class GrinderBuild

java.lang.Object
  extended by net.grinder.common.GrinderBuild

public final class GrinderBuild
extends Object

Accessor for build version information.

Author:
Philip Aston

Method Summary
static String getName()
          Return the public name of this build.
static String getVersionString()
          Return the build version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public static String getName()
Return the public name of this build.

Returns:
The name as a String.

getVersionString

public static String getVersionString()
Return the build version.

Returns:
The build version as a String.


Copyright © 2000-2013. All Rights Reserved.