Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.openpgp.util
Class PGPVersion  view PGPVersion download PGPVersion.java

java.lang.Object
  extended bycryptix.openpgp.util.PGPVersion

public final class PGPVersion
extends java.lang.Object

Represents the current version. The value in here will be replaced by the build system at compile time.

Version:
$Revision: 1.2 $

Field Summary
static double VERSION
          The version
static java.lang.String VERSION_STRING
           
 
Constructor Summary
private PGPVersion()
          Prevent constructing a PGPVersion object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final double VERSION
The version

See Also:
Constant Field Values

VERSION_STRING

public static final java.lang.String VERSION_STRING
See Also:
Constant Field Values
Constructor Detail

PGPVersion

private PGPVersion()
Prevent constructing a PGPVersion object. Static stuff only.