org.apache.cactus.configuration
Class Version

java.lang.Object
  extended byorg.apache.cactus.configuration.Version

public class Version
extends java.lang.Object

Provides the Cactus version at runtime. The version is resolved by the project build file.

Version:
$Id: Version.java,v 1.1 2003/03/16 22:26:44 vmassol Exp $
Author:
Vincent Massol

Field Summary
static java.lang.String VERSION
          The Cactus version string which will be resolved by the project build file.
 
Constructor Summary
Version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
The Cactus version string which will be resolved by the project build file.

See Also:
Constant Field Values
Constructor Detail

Version

public Version()


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.