org.owasp.esapi
public class SafeFile extends java.io.File
| Constructor and Description |
|---|
SafeFile(java.io.File parent,
java.lang.String child) |
SafeFile(java.lang.String path) |
SafeFile(java.lang.String parent,
java.lang.String child) |
SafeFile(java.net.URI uri) |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURLpublic SafeFile(java.lang.String path)
throws ValidationException
ValidationExceptionpublic SafeFile(java.lang.String parent,
java.lang.String child)
throws ValidationException
ValidationExceptionpublic SafeFile(java.io.File parent,
java.lang.String child)
throws ValidationException
ValidationExceptionpublic SafeFile(java.net.URI uri)
throws ValidationException
ValidationExceptionCopyright © 2014 The Open Web Application Security Project (OWASP). All Rights Reserved.