@Deprecated public class JRubyNonExistentFile extends JRubyFile
pathSeparator, pathSeparatorChar, separator, separatorChar
Modifier and Type | Method and Description |
---|---|
static File |
createTempFile(String prefix,
String suffix)
Deprecated.
|
static File |
createTempFile(String prefix,
String suffix,
File directory)
Deprecated.
|
boolean |
exists()
Deprecated.
|
File |
getAbsoluteFile()
Deprecated.
|
String |
getAbsolutePath()
Deprecated.
|
File |
getCanonicalFile()
Deprecated.
|
String |
getCanonicalPath()
Deprecated.
|
String |
getParent()
Deprecated.
|
File |
getParentFile()
Deprecated.
|
String |
getPath()
Deprecated.
|
boolean |
isDirectory()
Deprecated.
|
String[] |
list(FilenameFilter filter)
Deprecated.
|
File[] |
listFiles()
Deprecated.
|
File[] |
listFiles(FileFilter filter)
Deprecated.
|
File[] |
listFiles(FilenameFilter filter)
Deprecated.
|
static File[] |
listRoots()
Deprecated.
|
String |
toString()
Deprecated.
|
create, createResource, createResource, createResource, createResourceAsFile, createRestrictedResource, getFileProperty, normalizeSeps
canRead, canWrite, createNewFile, delete, isFile, isHidden, lastModified, length, list, mkdir, mkdirs, renameTo, setLastModified, setReadOnly
canExecute, compareTo, deleteOnExit, equals, getFreeSpace, getName, getTotalSpace, getUsableSpace, hashCode, isAbsolute, setExecutable, setExecutable, setReadable, setReadable, setWritable, setWritable, toPath, toURI, toURL
public String getAbsolutePath()
getAbsolutePath
in class JRubyFile
public boolean isDirectory()
isDirectory
in class jnr.posix.JavaSecuredFile
public boolean exists()
exists
in class jnr.posix.JavaSecuredFile
public String getCanonicalPath() throws IOException
getCanonicalPath
in class JRubyFile
IOException
public File getAbsoluteFile()
getAbsoluteFile
in class JRubyFile
public File getCanonicalFile() throws IOException
getCanonicalFile
in class JRubyFile
IOException
public File getParentFile()
getParentFile
in class JRubyFile
public static File[] listRoots()
public static File createTempFile(String prefix, String suffix, File directory) throws IOException
IOException
public static File createTempFile(String prefix, String suffix) throws IOException
IOException
public String[] list(FilenameFilter filter)
public File[] listFiles(FileFilter filter)
public File[] listFiles(FilenameFilter filter)
Copyright © 2001-2015 JRuby. All Rights Reserved.