Package org.jruby.util
Class JRubyNonExistentFile
java.lang.Object
java.io.File
jnr.posix.JavaSecuredFile
org.jruby.util.JRubyFile
org.jruby.util.JRubyNonExistentFile
- All Implemented Interfaces:
Serializable
,Comparable<File>
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
createTempFile
(String prefix, String suffix) Deprecated.static File
createTempFile
(String prefix, String suffix, File directory) Deprecated.boolean
exists()
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getPath()
Deprecated.boolean
Deprecated.String[]
list
(FilenameFilter filter) Deprecated.File[]
Deprecated.File[]
listFiles
(FileFilter filter) Deprecated.File[]
listFiles
(FilenameFilter filter) Deprecated.static File[]
Deprecated.toString()
Deprecated.Methods inherited from class org.jruby.util.JRubyFile
create, createResource, createResource, createResource, createResourceAsFile, createRestrictedResource, getFileProperty, isResourceRegularFile, normalizeSeps
Methods inherited from class jnr.posix.JavaSecuredFile
canRead, canWrite, createNewFile, delete, isFile, isHidden, lastModified, length, list, mkdir, mkdirs, renameTo, setLastModified, setReadOnly
Methods inherited from class java.io.File
canExecute, compareTo, deleteOnExit, equals, getFreeSpace, getName, getTotalSpace, getUsableSpace, hashCode, isAbsolute, setExecutable, setExecutable, setReadable, setReadable, setWritable, setWritable, toPath, toURI, toURL
-
Method Details
-
getAbsolutePath
Deprecated.- Overrides:
getAbsolutePath
in classJRubyFile
-
isDirectory
public boolean isDirectory()Deprecated.- Overrides:
isDirectory
in classjnr.posix.JavaSecuredFile
-
exists
public boolean exists()Deprecated.- Overrides:
exists
in classjnr.posix.JavaSecuredFile
-
getCanonicalPath
Deprecated.- Overrides:
getCanonicalPath
in classJRubyFile
- Throws:
IOException
-
getPath
Deprecated. -
toString
Deprecated. -
getAbsoluteFile
Deprecated.- Overrides:
getAbsoluteFile
in classJRubyFile
-
getCanonicalFile
Deprecated.- Overrides:
getCanonicalFile
in classJRubyFile
- Throws:
IOException
-
getParent
Deprecated. -
getParentFile
Deprecated.- Overrides:
getParentFile
in classJRubyFile
-
listRoots
Deprecated. -
createTempFile
Deprecated.- Throws:
IOException
-
createTempFile
Deprecated.- Throws:
IOException
-
list
Deprecated. -
listFiles
Deprecated. -
listFiles
Deprecated. -
listFiles
Deprecated.
-