FilePermission
Class FilePermission
- java.lang.Object
-
- java.security.Permission
-
- java.io.FilePermission
- All Implemented Interfaces:
- Serializable, Guard
public final class FilePermission extends Permission implements Serializable
This class represents access to a file or directory. A FilePermission consists of a pathname and a set of actions valid for that pathname.
Pathname is the pathname of the file or directory granted the specified actions. A pathname that ends in "/*" (where "/" is the file separator character, File.separatorChar
) indicates