Modifier and Type | Field and Description |
---|---|
static char |
NAMESPACE_DELIMITER
The namespace delimiter (separates namespaces).
|
Constructor and Description |
---|
JavaUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getDate()
Returns the current Date in the specified format.
|
static String |
getDate(String format)
Returns the current Date in the specified format.
|
static String |
getJDKVersion()
Returns the current JDK version.
|
static String |
reversePackage(String packageName)
Reverses the
packageName . |
public static final char NAMESPACE_DELIMITER
public JavaUtils()
public static String reversePackage(String packageName)
packageName
.packageName
- the package name to reverse.public static String getDate(String format)
format
- The format for the output datepublic static String getDate()
public static String getJDKVersion()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.