public class IDGenerator extends Object
Constructor and Description |
---|
IDGenerator() |
Modifier and Type | Method and Description |
---|---|
static String |
create() |
static String |
create(String prefix)
Create an id that is prefixed by a string
|
public static String create()
public static String create(String prefix)
prefix
- IllegalArgumentException
- when prefix is nullCopyright © 2016 JBoss by Red Hat. All rights reserved.