Uses of Interface
org.jruby.util.FileResource
Packages that use FileResource
-
Uses of FileResource in org.jruby
Fields in org.jruby declared as FileResourceModifier and TypeFieldDescriptionprotected FileResourceRubyDir.dirprivate FileResourceRubyFileStat.fileMethods in org.jruby that return FileResourceModifier and TypeMethodDescriptionstatic FileResourceRubyFile.fileResource(IRubyObject pathOrFile) Get the fully-qualified JRubyFile object for the path, taking into account the runtime's current directory.static FileResourceRubyFile.fileResource(ThreadContext context, IRubyObject pathOrFile) Get the fully-qualified JRubyFile object for the path, taking into account the runtime's current directory.protected static FileResourceReturns a JavaFileobject for the specified path.private static FileResourceRubyDir.getExistingDir(Ruby runtime, String 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 usedprivate static String[]RubyDir.getEntries(ThreadContext context, FileResource dir, String path) private static String[]RubyDir.list(FileResource directory) -
Uses of FileResource in org.jruby.ir
Methods in org.jruby.ir with parameters of type FileResourceModifier and TypeMethodDescriptionprivate NodeIRManager.parse(ThreadContext context, FileResource file, String fileName) -
Uses of FileResource in org.jruby.runtime.load
Fields in org.jruby.runtime.load declared as FileResourceModifier and TypeFieldDescription(package private) FileResourceLibrarySearcher.NormalPathEntry.expandedprotected final FileResourceLibrarySearcher.ResourceLibrary.resourceMethods in org.jruby.runtime.load that return FileResourceModifier and TypeMethodDescriptionprivate FileResourceLibrarySearcher.NormalPathEntry.expandPath()private FileResourceLibrarySearcher.NormalPathEntry.expandPathCached()protected FileResourceprotected FileResourceprotected FileResourceprotected abstract FileResourceMethods in org.jruby.runtime.load with parameters of type FileResourceModifier and TypeMethodDescriptionLibrarySearcher.Suffix.constructLibrary(String target, String name, FileResource fullPath) LibrarySearcher.ResourceLibrary.create(String searchName, String scriptName, FileResource resource) voidDebugLog.logFound(FileResource path) voidDebugLog.logTry(FileResource path) Constructors in org.jruby.runtime.load with parameters of type FileResourceModifierConstructorDescriptionClassResourceLibrary(String searchName, String scriptName, FileResource resource) JarResourceLibrary(String searchName, String scriptName, FileResource resource) ResourceLibrary(String searchName, String scriptName, FileResource resource) -
Uses of FileResource in org.jruby.util
Subinterfaces of FileResource in org.jruby.utilModifier and TypeInterfaceDescription(package private) static interfaceClasses in org.jruby.util that implement FileResourceModifier and TypeClassDescription(package private) class(package private) classRepresents a directory in a jar.(package private) classRepresents a file in a jar.(package private) class(package private) final classRepresents a the NUL: device on Windows, which is not a normal file.(package private) classRepresents a "regular" file, backed by regular file system.classMethods in org.jruby.util that return FileResourceModifier and TypeMethodDescriptionstatic FileResourcestatic FileResourceURLResource.createClassloaderURI(Ruby runtime, String pathname, boolean asFile) private static FileResourceURLResource.createRegularURI(String pathname, boolean asFile) static FileResourceJRubyFile.createResource(Ruby runtime, String pathname) static FileResourceJRubyFile.createResource(Ruby runtime, String cwd, String pathname) private static FileResourceJRubyFile.createResource(Ruby runtime, String cwd, String pathname, boolean isFile) static FileResourceJRubyFile.createResource(ThreadContext context, String pathname) static FileResourceJRubyFile.createResourceAsFile(Ruby runtime, String pathname) static FileResourceJRubyFile.createRestrictedResource(String cwd, String pathname) static FileResourceMethods in org.jruby.util with parameters of type FileResourceModifier and TypeMethodDescriptionprivate static String[]Dir.files(FileResource directory) (package private) static IOExceptionRegularFileResource.mapFileNotFoundOnGetChannel(FileResource file, FileNotFoundException ex)