public class FilePermission extends Permission
Modifier and Type | Field and Description |
---|---|
java.lang.String |
folderPath
The path to the folder, file or directory
|
java.util.ArrayList<java.lang.String> |
permissions
A list of permissions
|
Constructor and Description |
---|
FilePermission()
Create a new instance of FilePermission with empty values
|
FilePermission(java.lang.String theFolderPath)
Create a new instance of FilePermission.
|