pimpathon.FileUtils

FileOps

implicit class FileOps extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FileOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileOps(file: File)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def /(name: String): File

  4. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  6. def changeToDirectory(): File

  7. def childDirs: Stream[File]

  8. def children: Stream[File]

  9. def className(classDir: File): String

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def contains(other: File): Boolean

  12. def create(directory: Boolean = false): File

  13. def deleteRecursively(): File

  14. def deleteRecursivelyOnExit(): File

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  19. def hasExtension(extension: String): Boolean

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def isChildOf(other: File): Boolean

  22. def isClass: Boolean

  23. def isContainedIn(other: File): Boolean

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isJar: Boolean

  26. def isJava: Boolean

  27. def isParentOf(other: File): Boolean

  28. def isScala: Boolean

  29. def md5(): String

  30. def missing: Boolean

  31. def named(name: String = file.getName): File

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

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

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

    Definition Classes
    AnyRef
  35. def outputStream(append: Boolean = true): FileOutputStream

  36. def outputStream: FileOutputStream

  37. def path: List[String]

  38. def readBytes(): Array[Byte]

  39. def readLines(): List[String]

  40. def relativeTo(dir: File): File

  41. def source(): BufferedSource

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

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def touch(): File

  45. def tree: Stream[File]

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def write(contents: String, append: Boolean = true): File

  50. def writeBytes(bytes: Array[Byte], append: Boolean = true): File

  51. def writeLines(lines: List[String], append: Boolean = true): File

Inherited from AnyRef

Inherited from Any

Ungrouped