public class PropertyUtils extends Object
| Constructor and Description |
|---|
PropertyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
genGUID(int len)
Create a globally unique identifier string in no particular format
with len characters of randomness.
|
static String |
genUUID()
Generate an RFC 4122 Version 4 UUID.
|
static String |
initializeProperty(String propName,
String defaultValue) |
static String |
randHex(int len) |
static String |
trim(String guid,
int len) |
public static String genUUID()
public static String genGUID(int len)
len - The length of the string identifier requested.public static String randHex(int len)
Copyright © 2024. All rights reserved.