Packages

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class BadPermissionsException extends ConsuelaException

Value Members

  1. def createReadOnlyFile(file: File, bytes: Array[Byte]): Failable[File]
  2. def createReadOnlyFile(path: Path, bytes: Array[Byte]): Failable[Path]
  3. def createUserOnlyEmptyFile(file: File): Failable[File]
  4. def createUserOnlyEmptyFile(path: Path): Failable[Path]
  5. def ensureUserOnlyDirectory(file: File): Failable[File]
  6. def ensureUserOnlyDirectory(path: Path): Failable[Path]
  7. def fillPath(path: Path, bytes: Array[Byte]): Failable[Path]
  8. def setUserOnlyDirectoryPermissions(file: File): Failable[File]
  9. def setUserOnlyDirectoryPermissions(path: Path): Failable[Path]
  10. def setUserOnlyFilePermissions(file: File): Failable[File]
  11. def setUserOnlyFilePermissions(path: Path): Failable[Path]
  12. def setUserReadOnlyFilePermissions(file: File): Failable[File]
  13. def setUserReadOnlyFilePermissions(path: Path): Failable[Path]

Inherited from AnyRef

Inherited from Any

Ungrouped