Packages

object IzFiles extends RecursiveFileRemovals with FileSearch with FsRefresh with FileReads with ExecutableSearch with Homedir with FileAttributes

Annotations
@nowarn()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IzFiles
  2. FileAttributes
  3. Homedir
  4. ExecutableSearch
  5. FileReads
  6. FsRefresh
  7. FileSearch
  8. RecursiveFileRemovals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def erase(root: File): Unit
    Definition Classes
    RecursiveFileRemovals
  9. def erase(root: Path): Unit
    Definition Classes
    RecursiveFileRemovals
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getFs(uri: URI, loader: ClassLoader): Try[FileSystem]
  13. def getLastModifiedRecursively(directory: File): Option[LocalDateTime]

    Unsafe, will recursively iterate the whole directory

    Unsafe, will recursively iterate the whole directory

    Definition Classes
    FileAttributes
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def haveExecutables(names: String*): Boolean
    Definition Classes
    ExecutableSearch
  16. def home(): Path
    Definition Classes
    Homedir
  17. def homedir(): String
    Definition Classes
    Homedir
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def readString(file: File): String
    Definition Classes
    FileReads
  23. def readString(path: Path): String
    Definition Classes
    FileReads
  24. def recreateDir(path: Path): Unit
    Definition Classes
    FsRefresh
  25. def recreateDirs(paths: Path*): Unit
    Definition Classes
    FsRefresh
  26. def refreshSymlink(symlink: Path, target: Path): Unit
    Definition Classes
    FsRefresh
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def walk(directory: File): Iterator[Path]
    Definition Classes
    FileSearch
  33. def walk(directory: Path): Iterator[Path]
    Definition Classes
    FileSearch
  34. def which(name: String, morePaths: Seq[String] = Seq.empty): Option[Path]
    Definition Classes
    ExecutableSearch
  35. def whichAll(name: String, morePaths: Seq[String] = Seq.empty): Iterable[Path]
    Definition Classes
    ExecutableSearch

Deprecated Value Members

  1. def removeDir(root: Path): Unit
    Definition Classes
    RecursiveFileRemovals
    Annotations
    @deprecated
    Deprecated

    use IzFiles.erase

Inherited from FileAttributes

Inherited from Homedir

Inherited from ExecutableSearch

Inherited from FileReads

Inherited from FsRefresh

Inherited from FileSearch

Inherited from RecursiveFileRemovals

Inherited from AnyRef

Inherited from Any

Ungrouped