br.com.objectos.fs
Class Posix

java.lang.Object
  extended by br.com.objectos.fs.Posix

public final class Posix
extends Object

Provides POSIX file access permissions.

Since:
2

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

ownerExecutable

public static PosixFileModeOption ownerExecutable()
Returns a "file owner can execute" POSIX permission.

Returns:
a "file owner can execute" POSIX permission

ownerReadable

public static PosixFileModeOption ownerReadable()
Returns a "file owner can read" POSIX permission.

Returns:
a "file owner can read" POSIX permission

ownerWritable

public static PosixFileModeOption ownerWritable()
Returns a "file owner can write" POSIX permission.

Returns:
a "file owner can write" POSIX permission


Copyright © 2021 Objectos Software LTDA. All rights reserved.