package io
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
- By Inheritance
                  Inherited
                  
                  
- io
- AnyRef
- Any
- Hide All
- Show All
              Visibility
              
        - Public
- All
Type Members
-  final class BadPermissionsException extends ConsuelaException
Value Members
-  def createReadOnlyFile(file: File, bytes: Array[Byte]): Failable[File]
-  def createReadOnlyFile(path: Path, bytes: Array[Byte]): Failable[Path]
-  def createUserOnlyEmptyFile(file: File): Failable[File]
-  def createUserOnlyEmptyFile(path: Path): Failable[Path]
-  def ensureUserOnlyDirectory(file: File): Failable[File]
-  def ensureUserOnlyDirectory(path: Path): Failable[Path]
-  def fillPath(path: Path, bytes: Array[Byte]): Failable[Path]
-  def setUserOnlyDirectoryPermissions(file: File): Failable[File]
-  def setUserOnlyDirectoryPermissions(path: Path): Failable[Path]
-  def setUserOnlyFilePermissions(file: File): Failable[File]
-  def setUserOnlyFilePermissions(path: Path): Failable[Path]
-  def setUserReadOnlyFilePermissions(file: File): Failable[File]
-  def setUserReadOnlyFilePermissions(path: Path): Failable[Path]