Package | Description |
---|---|
org.jruby | |
org.jruby.runtime.load | |
org.jruby.util |
Modifier and Type | Field and Description |
---|---|
protected JRubyFile |
RubyDir.dir |
Modifier and Type | Method and Description |
---|---|
static JRubyFile |
RubyFile.file(IRubyObject pathOrFile)
Get the fully-qualified JRubyFile object for the path, taking into
account the runtime's current directory.
|
protected static JRubyFile |
RubyDir.getDir(Ruby runtime,
java.lang.String path,
boolean mustExist)
Returns a Java
File object for the specified path. |
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 |
Modifier and Type | Method and Description |
---|---|
static JRubyFile |
JRubyFile.create(java.lang.String cwd,
java.lang.String pathname) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.