Object

better.files

Cmds

Related Doc: package files

Permalink

object Cmds

Do file ops using a UNIX command line DSL

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

Type Members

  1. implicit class FileDsl extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. val .: (File) ⇒ File

    Permalink
  4. val ..: (File) ⇒ File

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cat(files: File*): Seq[Iterator[Byte]]

    Permalink
  8. def chgrp(group: String, file: File): File

    Permalink
  9. def chmod(permissions: String, file: File): File

    Permalink

    Update permission of this file

    Update permission of this file

    permissions

    Must be 9 character POSIX permission representation e.g. "rwxr-x---"

    returns

    file

  10. def chmod_+(permission: PosixFilePermission, file: File): File

    Permalink
  11. def chmod_-(permission: PosixFilePermission, file: File): File

    Permalink
  12. def chown(owner: String, file: File): File

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def cp(file1: File, file2: File): File

    Permalink
  15. def cwd: File

    Permalink
  16. def del(file: File): File

    Permalink
  17. def dir(file: File): Files

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def ln(file1: File, file2: File): File

    Permalink
  25. def ln_s(file1: File, file2: File): File

    Permalink
  26. def ls(file: File): Files

    Permalink
  27. def ls_r(file: File): Files

    Permalink
  28. def md5(file: File): String

    Permalink
  29. def mkdir(file: File): File

    Permalink
  30. def mkdirs(file: File): File

    Permalink
  31. def mv(file1: File, file2: File): File

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def pwd: File

    Permalink
  36. def rm(file: File): File

    Permalink
  37. def sha1(file: File): String

    Permalink
  38. def sha256(file: File): String

    Permalink
  39. def sha512(file: File): String

    Permalink
  40. def stat(file: File): PosixFileAttributes

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def touch(file: File): File

    Permalink
  44. def unzip(zipFile: File)(destination: File)(implicit codec: Codec): File

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def zip(files: File*)(destination: File, compressionLevel: Int = Deflater.DEFAULT_COMPRESSION)(implicit codec: Codec): File

    Permalink
  49. def ~: File

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped