Java java.io FilePermission fields, constructors, methods, implement or subclass

Example usage for Java java.io FilePermission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.io FilePermission.

The text is from its open source code.

Constructor

FilePermission(String path, String actions)
Creates a new FilePermission object with the specified actions.
FilePermission(String path, int mask)
Creates a new FilePermission object using an action mask.

Method

booleanequals(Object obj)
Checks two FilePermission objects for equality.
StringgetActions()
Returns the "canonical string representation" of the actions.
inthashCode()
Returns the hash code value for this object.
booleanimplies(Permission p)
Checks if this FilePermission object "implies" the specified permission.
PermissionCollectionnewPermissionCollection()
Returns a new PermissionCollection object for storing FilePermission objects.