public class UnixPermissions extends Object
| Constructor and Description |
|---|
UnixPermissions(int permission) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGroupExecute() |
boolean |
isGroupRead() |
boolean |
isGroupWrite() |
boolean |
isOtherExecute() |
boolean |
isOtherRead() |
boolean |
isOtherWrite() |
boolean |
isOwnerExecute() |
boolean |
isOwnerRead() |
boolean |
isOwnerWrite() |
public boolean isOwnerRead()
public boolean isOwnerWrite()
public boolean isOwnerExecute()
public boolean isGroupRead()
public boolean isGroupWrite()
public boolean isGroupExecute()
public boolean isOtherRead()
public boolean isOtherWrite()
public boolean isOtherExecute()
Copyright © 2018 the original author or authors.