public class UUIDHelper extends Object
Constructor and Description |
---|
UUIDHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
genStringUUID() |
static String |
genStringUUID(String originalUUID) |
static boolean |
isUUID(String str)
Determines whether str is a UUID string or not (based on an answer in a website I found)
|
public UUIDHelper()
public static String genStringUUID()
public static String genStringUUID(String originalUUID)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.