org.wso2.carbon.registry.core.utils
Class UUIDGenerator

java.lang.Object
  extended by org.wso2.carbon.registry.core.utils.UUIDGenerator

public class UUIDGenerator
extends Object

Utility class to used to generate UUIDs.


Constructor Summary
UUIDGenerator()
           
 
Method Summary
static String generateUUID()
          Generates a new UUID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDGenerator

public UUIDGenerator()
Method Detail

generateUUID

public static String generateUUID()
Generates a new UUID.

Returns:
the generated UUID.


Copyright © 2013 WSO2 Inc. All Rights Reserved.