|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.gwt.common.UUID
public class UUID
Helper to generate UUID strings in GWT.
| Constructor Summary | |
|---|---|
UUID()
|
|
| Method Summary | |
|---|---|
static String |
uuid()
Generate a RFC4122, version 4 UUID. |
static String |
uuid(int len)
Generate a random UUID of the specified length Example: uuid(15) returns "VcydxgltxrVZSTV" |
static String |
uuid(int len,
int radix)
Generate a random UUID of the specified length, and radix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UUID()
| Method Detail |
|---|
public static String uuid(int len,
int radix)
len - The desired number of charactersradix - The number of allowable values for each character (must be <= 62)public static String uuid(int len)
len - The desired number of characterspublic static String uuid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||