org.jaggeryjs.modules.uuid
Class UUIDHostObject

java.lang.Object
  extended by org.jaggeryjs.modules.uuid.UUIDHostObject

public class UUIDHostObject
extends Object

var process = require('uuid');


Constructor Summary
UUIDHostObject()
           
 
Method Summary
static String generate(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable thisObj, Object[] args, org.mozilla.javascript.Function funObj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDHostObject

public UUIDHostObject()
Method Detail

generate

public static String generate(org.mozilla.javascript.Context cx,
                              org.mozilla.javascript.Scriptable thisObj,
                              Object[] args,
                              org.mozilla.javascript.Function funObj)
                       throws org.jaggeryjs.scriptengine.exceptions.ScriptException
Throws:
org.jaggeryjs.scriptengine.exceptions.ScriptException


Copyright © 2015 WSO2 Inc. All rights reserved.