org.pentaho.di.core.util
Class UUID4Util

java.lang.Object
  extended by org.pentaho.di.core.util.UUID4Util

public class UUID4Util
extends Object


Constructor Summary
UUID4Util()
          Constructor.
 
Method Summary
 String getUUID4AsString()
          Generates a string representation of a version four UUID.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUID4Util

public UUID4Util()
Constructor. Initializes random generator, attempting first to use SecureRandom, then failing over to Random.

Method Detail

getUUID4AsString

public String getUUID4AsString()
Generates a string representation of a version four UUID.

Returns: