public class CompiledScriptLoader
extends java.lang.Object
Constructor and Description |
---|
CompiledScriptLoader() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFilenameFromPathAndName(java.io.File resourcePath,
java.lang.String resourceName,
boolean isAbsolute) |
static IRScope |
loadScriptFromFile(Ruby runtime,
java.io.InputStream inStream,
java.io.File resourcePath,
java.lang.String resourceName,
boolean isAbsolute) |
public static IRScope loadScriptFromFile(Ruby runtime, java.io.InputStream inStream, java.io.File resourcePath, java.lang.String resourceName, boolean isAbsolute)
public static java.lang.String getFilenameFromPathAndName(java.io.File resourcePath, java.lang.String resourceName, boolean isAbsolute)
Copyright © 2001-2018 JRuby. All Rights Reserved.