Uses of Interface
org.jruby.util.FileResource
Packages that use FileResource
-
Uses of FileResource in org.jruby
Fields in org.jruby declared as FileResourceMethods in org.jruby that return FileResourceModifier and TypeMethodDescriptionstatic FileResource
RubyFile.fileResource
(IRubyObject pathOrFile) Deprecated.static FileResource
RubyFile.fileResource
(ThreadContext context, IRubyObject pathOrFile) Get the fully-qualified JRubyFile object for the path, taking into account the runtime's current directory.protected static FileResource
Returns a JavaFile
object for the specified path.Methods in org.jruby with parameters of type FileResourceModifier and TypeMethodDescriptionRubyDir.getContents
(FileResource directory) Deprecated.no longer usedprotected static List
<RubyString> RubyDir.getContents
(FileResource directory, Ruby runtime) Deprecated.no longer used -
Uses of FileResource in org.jruby.util
Classes in org.jruby.util that implement FileResourceMethods in org.jruby.util that return FileResourceModifier and TypeMethodDescriptionstatic FileResource
static FileResource
URLResource.createClassloaderURI
(Ruby runtime, String pathname, boolean asFile) static FileResource
JRubyFile.createResource
(Ruby runtime, String pathname) static FileResource
JRubyFile.createResource
(Ruby runtime, String cwd, String pathname) static FileResource
JRubyFile.createResource
(ThreadContext context, String pathname) static FileResource
JRubyFile.createResourceAsFile
(Ruby runtime, String pathname) static FileResource
JRubyFile.createRestrictedResource
(String cwd, String pathname) static FileResource
Methods in org.jruby.util with parameters of type FileResourceModifier and TypeMethodDescriptionstatic boolean
JRubyFile.isResourceRegularFile
(FileResource res)