|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.cartridges.java.JavaUtils
public class JavaUtils
Contains utilities used within the WebService cartridge.
| Field Summary | |
|---|---|
static char |
NAMESPACE_DELIMITER
The namespace delimiter (separates namespaces). |
| Constructor Summary | |
|---|---|
JavaUtils()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final char NAMESPACE_DELIMITER
| Constructor Detail |
|---|
public JavaUtils()
| Method Detail |
|---|
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 date
public static String getDate()
public static String getJDKVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||