org.eclipse.xtend.util.stdlib
Class UIDHelper

java.lang.Object
  extended by org.eclipse.xtend.util.stdlib.AbstractStatefulExtensions<java.lang.String>
      extended by org.eclipse.xtend.util.stdlib.UIDHelper
All Implemented Interfaces:
IExecutionContextAware

public class UIDHelper
extends AbstractStatefulExtensions<java.lang.String>

Java helper class for Stdlib extension org::eclipse::xtend::util::stdlib::uid.

Author:
Karsten Thoms - Bug#310361

Field Summary
 
Fields inherited from class org.eclipse.xtend.util.stdlib.AbstractStatefulExtensions
exeCtx
 
Constructor Summary
UIDHelper()
           
 
Method Summary
 java.lang.String createNewUID(java.lang.Object o)
           
 java.lang.String uid(java.lang.Object o)
           
 
Methods inherited from class org.eclipse.xtend.util.stdlib.AbstractStatefulExtensions
get, getDefault, getKey, getVars, newMap, set, setExecutionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDHelper

public UIDHelper()
Method Detail

createNewUID

public java.lang.String createNewUID(java.lang.Object o)

uid

public java.lang.String uid(java.lang.Object o)