public interface IdentifierGenerator<T extends IdentifierType>
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier(T identifierType)
Generates random identifier.
|
String getIdentifier(T identifierType) throws IdentifierGeneratorException
identifierType - type of identifier we want to getIdentifierGeneratorException - when no identifier can be returnedCopyright © 2014 JBoss by Red Hat. All rights reserved.