|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectbr.com.objectos.fs.Posix
public final class Posix
Provides POSIX file access permissions.
| Method Summary | |
|---|---|
static PosixFileModeOption |
ownerExecutable()
Returns a "file owner can execute" POSIX permission. |
static PosixFileModeOption |
ownerReadable()
Returns a "file owner can read" POSIX permission. |
static PosixFileModeOption |
ownerWritable()
Returns a "file owner can write" POSIX permission. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PosixFileModeOption ownerExecutable()
public static PosixFileModeOption ownerReadable()
public static PosixFileModeOption ownerWritable()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||