|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jpaul.Version
public abstract class Version
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.
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 |
---|
public static final java.lang.String LONG_NAME
jpaul
project.
public static final java.lang.String RELEASE
jpaul
library.
public static final java.lang.String CREDO
jpaul
project.
public static final java.lang.String MAINTAINER
jpaul
release.
public static final java.lang.String WEBSITE
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |