public class FileMode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileMode.Type |
| Constructor and Description |
|---|
FileMode(int mask) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMask() |
Set<FilePermission> |
getPermissions() |
int |
getPermissionsMask() |
FileMode.Type |
getType() |
int |
getTypeMask() |
String |
toString() |
public int getMask()
public int getTypeMask()
public int getPermissionsMask()
public FileMode.Type getType()
public Set<FilePermission> getPermissions()
Copyright © 2009–2014. All rights reserved.