RbUtils 0.13

org.ktc.rbutils
Class RbUtilsHelper

java.lang.Object
  extended by org.ktc.rbutils.RbUtilsHelper

public class RbUtilsHelper
extends Object

Provides general informations about the RbUtils project.

Since:
RbUtils 0.4.1
Version:
$Revision: 1.3 $
Author:
ktcguru

Constructor Summary
protected RbUtilsHelper()
          Dummy constructor.
 
Method Summary
static String getFullVersion()
          Returns the full version of RbUtils.
static String getHomePage()
          Returns the project's homepage url.
static Message getLocalizedMessage(String key, Object[] args)
          
static String getMessage(String key)
          
static String getMessage(String key, Object[] args)
          
static String getTimestamp()
          Returns the compiled timestamp of the project.
static String getVersion()
          Returns the version of the project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RbUtilsHelper

protected RbUtilsHelper()
Dummy constructor. This MUST NOT be instanciated.

Throws:
UnsupportedOperationException - if this class is instanciated.
Method Detail

getVersion

public static String getVersion()
Returns the version of the project.

Returns:
the version of project.

getTimestamp

public static String getTimestamp()
Returns the compiled timestamp of the project.

Returns:
the compiled timestamp of the project.
Since:
RbUtils 0.9.3.3

getHomePage

public static String getHomePage()
Returns the project's homepage url.

Returns:
the project's homepage url.

getLocalizedMessage

public static Message getLocalizedMessage(String key,
                                          Object[] args)


getMessage

public static String getMessage(String key,
                                Object[] args)


getMessage

public static String getMessage(String key)


getFullVersion

public static String getFullVersion()
Returns the full version of RbUtils. It means the version number and the compiled timestamp.

Returns:
the full version of RbUtils.
Since:
RbUtils 0.9.3.3

Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.