Package | Description |
---|---|
org.jruby | |
org.jruby.runtime.load | |
org.jruby.util |
Modifier and Type | Method and Description |
---|---|
static JRubyFile |
RubyFile.file(IRubyObject pathOrFile)
Deprecated.
|
protected static JRubyFile |
RubyDir.getDir(Ruby runtime,
String path,
boolean mustExist)
Returns a Java
File object for the specified path. |
protected static JRubyFile |
RubyDir.getDirForRmdir(Ruby runtime,
String path)
Similar to getDir, but performs different checks to match rmdir behavior.
|
Modifier and Type | Method and Description |
---|---|
protected String |
LoadService19.getFileName(JRubyFile file,
String nameWithSuffix) |
protected String |
LoadService.getFileName(JRubyFile file,
String namePlusSuffix) |
Modifier and Type | Class and Description |
---|---|
class |
JRubyNonExistentFile
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JRubyFile |
JRubyFile.create(String cwd,
String pathname) |
JRubyFile |
URLResource.hackyGetJRubyFile() |
JRubyFile |
FileResource.hackyGetJRubyFile() |
JRubyFile |
ClasspathResource.hackyGetJRubyFile() |
Copyright © 2001-2014 JRuby. All Rights Reserved.