org.sonar.api.utils.internal
Class Uuids

java.lang.Object
  extended by org.sonar.api.utils.internal.Uuids

public class Uuids
extends Object

Since:
5.0

Method Summary
static String create()
          Create a universally unique identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static String create()
Create a universally unique identifier. Underlying algorithm can change over SQ versions.



Copyright © 2009–2015 SonarSource. All rights reserved.