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,
java.lang.String path,
boolean mustExist)
Returns a Java
File object for the specified path. |
protected static JRubyFile |
RubyDir.getDirForRmdir(Ruby runtime,
java.lang.String path)
Similar to getDir, but performs different checks to match rmdir behavior.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
LoadService.getFileName(JRubyFile file,
java.lang.String namePlusSuffix) |
protected java.lang.String |
LoadService19.getFileName(JRubyFile file,
java.lang.String nameWithSuffix) |
Modifier and Type | Class and Description |
---|---|
class |
JRubyNonExistentFile
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JRubyFile |
JRubyFile.create(java.lang.String cwd,
java.lang.String pathname) |
JRubyFile |
ClasspathResource.hackyGetJRubyFile() |
JRubyFile |
FileResource.hackyGetJRubyFile() |
JRubyFile |
URLResource.hackyGetJRubyFile() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.