org.jruby.ext.posix
public class JavaSecuredFile extends File
This file catches any SecurityExceptions raised when access to a file is denied and responds as if the file didn't exist instead.
| Constructor Summary | |
|---|---|
| JavaSecuredFile(File parent, String child) | |
| JavaSecuredFile(String pathname) | |
| JavaSecuredFile(String parent, String child) | |
| JavaSecuredFile(URI uri) | |