public class Scripting extends Object
Constructor and Description |
---|
Scripting() |
Modifier and Type | Method and Description |
---|---|
static String |
run(File script,
Map<String,Object> args,
Integer timeout) |
static String |
run(String name,
InputStream in,
Map<String,Object> args,
Integer timeout) |
static String |
run(String resource,
Map<String,Object> args,
Integer timeout) |
static String |
run(URL url,
Map<String,Object> args,
Integer timeout) |
static String |
runScript(RemoteContext ctx,
Blob blob,
Map<String,Object> args,
Integer timeout) |
public Scripting()
public static String run(File script, Map<String,Object> args, Integer timeout) throws IOException
IOException
public static String run(String resource, Map<String,Object> args, Integer timeout) throws IOException
IOException
public static String run(URL url, Map<String,Object> args, Integer timeout) throws IOException
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.