Uses of Class
org.jruby.util.JRubyFile
Packages that use JRubyFile
-
Uses of JRubyFile in org.jruby
Modifier and TypeMethodDescriptionstatic JRubyFileRubyFile.file(IRubyObject pathOrFile) Deprecated.protected static JRubyFileRubyDir.getDirForRmdir(Ruby runtime, String path) Similar to getDir, but performs different checks to match rmdir behavior.Modifier and TypeMethodDescriptionprivate static booleanRubyFile.isSymlink(ThreadContext context, JRubyFile file) -
Uses of JRubyFile in org.jruby.runtime.load
Methods in org.jruby.runtime.load with parameters of type JRubyFileModifier and TypeMethodDescriptionprotected StringLoadService.getFileName(JRubyFile file, String namePlusSuffix) Deprecated. -
Uses of JRubyFile in org.jruby.util
Subclasses of JRubyFile in org.jruby.utilFields in org.jruby.util declared as JRubyFileModifier and TypeFieldDescriptionstatic final JRubyFileJRubyFile.DUMMYprivate static final JRubyFileNullDeviceResource.fileprivate final JRubyFileRegularFileResource.fileMethods in org.jruby.util that return JRubyFileModifier and TypeMethodDescriptionprivate JRubyFile[]JRubyFile.convertFiles(File[] files) static JRubyFileprivate static JRubyFileJRubyFile.createNoUnicodeConversion(String cwd, String pathname, File path) default JRubyFileFileResource.hackyGetJRubyFile()Deprecated.Methods in org.jruby.util with parameters of type JRubyFileConstructors in org.jruby.util with parameters of type JRubyFileModifierConstructorDescription(package private)RegularFileResource(jnr.posix.POSIX posix, JRubyFile file, String filePath)