public class ScriptUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getScriptAsStream(String name) |
static InputStream |
getScriptAsStream(String name,
Class<?> clazz) |
static URL |
getScriptFromResource(String name) |
public static InputStream getScriptAsStream(String name) throws IOException
IOExceptionpublic static InputStream getScriptAsStream(String name, Class<?> clazz) throws IOException
IOExceptionpublic static URL getScriptFromResource(String name) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.