class File extends Serializable with Comparable[File]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. File
  2. Comparable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new File(uri: URI)
  2. new File(parent: File, child: String)
  3. new File(parent: String, child: String)
  4. new File(_path: String)

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 canExecute(): Boolean
  6. def canRead(): Boolean
  7. def canWrite(): Boolean
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compareTo(file: File): Int
    Definition Classes
    File → Comparable
  10. def createNewFile(): Boolean
  11. def delete(): Boolean
  12. def deleteOnExit(): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    File → AnyRef → Any
  15. def exists(): Boolean
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def getAbsoluteFile(): File
  18. def getAbsolutePath(): String
  19. def getCanonicalFile(): File
    Annotations
    @throws(classOf[IOException])
  20. def getCanonicalPath(): String
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getName(): String
  23. def getParent(): String
  24. def getParentFile(): File
  25. def getPath(): String
  26. def hashCode(): Int
    Definition Classes
    File → AnyRef → Any
  27. def isAbsolute(): Boolean
  28. def isDirectory(): Boolean
  29. def isFile(): Boolean
  30. def isHidden(): Boolean
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def lastModified(): Long
  33. def length(): Long
  34. def list(filter: FilenameFilter): Array[String]
  35. def list(): Array[String]
  36. def listFiles(filter: FileFilter): Array[File]
  37. def listFiles(filter: FilenameFilter): Array[File]
  38. def listFiles(): Array[File]
  39. def mkdir(): Boolean
  40. def mkdirs(): Boolean
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def renameTo(dest: File): Boolean
  45. def setExecutable(executable: Boolean, ownerOnly: Boolean): Boolean
  46. def setExecutable(executable: Boolean): Boolean
  47. def setLastModified(time: Long): Boolean
  48. def setReadOnly(): Boolean
  49. def setReadable(readable: Boolean, ownerOnly: Boolean): Boolean
  50. def setReadable(readable: Boolean): Boolean
  51. def setWritable(writable: Boolean, ownerOnly: Boolean = true): Boolean
  52. def setWritable(writable: Boolean): Boolean
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toPath(): Path
  55. def toString(): String
    Definition Classes
    File → AnyRef → Any
  56. def toURI(): URI
  57. def toURL(): URL
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Comparable[File]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped