org.jboss.messaging.utils
Class VersionLoader

java.lang.Object
  extended by org.jboss.messaging.utils.VersionLoader

public class VersionLoader
extends java.lang.Object

This loads the version info in from a version.properties file.

Author:
Andy Taylor, Clebert Suconic, Jeff Mesnil

Field Summary
static java.lang.String PROP_FILE_NAME
           
 
Constructor Summary
VersionLoader()
           
 
Method Summary
static Version getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FILE_NAME

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

VersionLoader

public VersionLoader()
Method Detail

getVersion

public static Version getVersion()


Copyright © 2006 JBoss Inc. All Rights Reserved.