jpaul
Class Version

java.lang.Object
  extended by jpaul.Version

public abstract class Version
extends java.lang.Object

Version contains fields naming the current jpaul version. We could have placed this information in a manifest file, but putting it here allows Java code to access it easily.

Run java jpaul.Version to find out the jpaul release you're using.

Version:
$Id: Version.java,v 1.11 2005/12/10 16:55:40 salcianu Exp $
Author:
Alexandru Salcianu - salcianu@alum.mit.edu

Field Summary
static java.lang.String CREDO
          The motivation behind the entire jpaul project.
static java.lang.String LONG_NAME
          The long name of the jpaul project.
static java.lang.String MAINTAINER
          The person in charge of this jpaul release.
static java.lang.String RELEASE
          The release number of the jpaul library.
static java.lang.String WEBSITE
          The project website (with Javadoc, info, etc.)
 
Constructor Summary
Version()
           
 
Method Summary
static void main(java.lang.String[] args)
          Prints a small informative message about the current release.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG_NAME

public static final java.lang.String LONG_NAME
The long name of the jpaul project.

See Also:
Constant Field Values

RELEASE

public static final java.lang.String RELEASE
The release number of the jpaul library.

See Also:
Constant Field Values

CREDO

public static final java.lang.String CREDO
The motivation behind the entire jpaul project.

See Also:
Constant Field Values

MAINTAINER

public static final java.lang.String MAINTAINER
The person in charge of this jpaul release.

See Also:
Constant Field Values

WEBSITE

public static final java.lang.String WEBSITE
The project website (with Javadoc, info, etc.)

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)
Prints a small informative message about the current release.



Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu