| 类 | 说明 |
|---|---|
| ChmodParser |
Parse a permission mode passed in from a chmod command and apply that
mode against an existing file.
|
| FsPermission |
A class for file/directory permissions.
|
| PermissionStatus |
Store permission related information.
|
| 枚举 | 说明 |
|---|---|
| FsAction |
File system actions, e.g. read, write, etc.
|
| 异常错误 | 说明 |
|---|---|
| AccessControlException | 已过时
Use
AccessControlException
instead. |
Copyright © 2009 The Apache Software Foundation