|
RbUtils 0.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ktc.rbutils.RbUtilsHelper
public class RbUtilsHelper
Provides general informations about the RbUtils project.
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 |
---|
protected RbUtilsHelper()
UnsupportedOperationException
- if this class is instanciated.Method Detail |
---|
public static String getVersion()
public static String getTimestamp()
public static String getHomePage()
public static Message getLocalizedMessage(String key, Object[] args)
public static String getMessage(String key, Object[] args)
public static String getMessage(String key)
public static String getFullVersion()
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |