pimpathon.FileUtils

FilePimps

implicit class FilePimps extends AnyRef

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

Instance Constructors

  1. new FilePimps(file: File)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def ancestors: Stream[File]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def changeToDirectory(): File

  10. def childDirs: Stream[File]

  11. def children: Stream[File]

  12. def className(classDir: File): String

  13. def clone(): AnyRef

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

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

  16. def deleteRecursively(): File

  17. def deleteRecursivelyOnExit(): File

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

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

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

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

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

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def isAncestorOf(other: File): Boolean

  25. def isChildOf(other: File): Boolean

  26. def isClass: Boolean

  27. def isContainedIn(other: File): Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isJar: Boolean

  30. def isJava: Boolean

  31. def isParentOf(other: File): Boolean

  32. def isScala: Boolean

  33. def md5(): String

  34. def missing: Boolean

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

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

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

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

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

  40. def path: List[String]

  41. def readBytes(): Array[Byte]

  42. def readLines()(implicit codec: Codec): List[String]

  43. def readString()(implicit codec: Codec): String

  44. def relativeTo(dir: File): File

  45. def source()(implicit codec: Codec): BufferedSource

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

    Definition Classes
    AnyRef
  47. def toString(): String

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

  49. def tree: Stream[File]

  50. final def wait(): Unit

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

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

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

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

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

  56. def writeString(contents: String, append: Boolean = append): File

Inherited from AnyRef

Inherited from Any

Ungrouped