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
IOException
public static InputStream getScriptAsStream(String name, Class<?> clazz) throws IOException
IOException
public static URL getScriptFromResource(String name) throws IOException
IOException
Copyright © 2017. All rights reserved.