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 canon: File

  10. def changeToDirectory(): File

  11. def childDirs: Stream[File]

  12. def children: Stream[File]

  13. def className(classDir: File): String

  14. def clone(): AnyRef

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

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

  17. def deleteRecursively(): File

  18. def deleteRecursivelyOnExit(): File

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

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

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

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

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

  24. def hashCode(): Int

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

  26. def isChildOf(other: File): Boolean

  27. def isClass: Boolean

  28. def isContainedIn(other: File): Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isJar: Boolean

  31. def isJava: Boolean

  32. def isParentOf(other: File): Boolean

  33. def isScala: Boolean

  34. def md5(): String

  35. def missing: Boolean

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

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

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

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

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

  41. def path: List[String]

  42. def readBytes(): Array[Byte]

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

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

  45. def relativeTo(dir: File): File

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

  50. def tree: Stream[File]

  51. final def wait(): Unit

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped