Packages

class CanDownloadFile extends File

CanDownloadFile

Source
CanDownloadFile.scala
Version

1.0 2018-12-06 15:49

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CanDownloadFile
  2. File
  3. Comparable
  4. Serializable
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CanDownloadFile(localPath: String, networkPath: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to any2stringadd[CanDownloadFile] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CanDownloadFile, B)
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to ArrowAssoc[CanDownloadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def canExecute(): Boolean
    Definition Classes
    File
  8. def canRead(): Boolean
    Definition Classes
    File
  9. def canWrite(): Boolean
    Definition Classes
    File
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def compareTo(arg0: File): Int
    Definition Classes
    File → Comparable
  12. def createNewFile(): Boolean
    Definition Classes
    File
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def delete(): Boolean
    Definition Classes
    File
  14. def deleteOnExit(): Unit
    Definition Classes
    File
  15. def ensuring(cond: (CanDownloadFile) ⇒ Boolean, msg: ⇒ Any): CanDownloadFile
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to Ensuring[CanDownloadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (CanDownloadFile) ⇒ Boolean): CanDownloadFile
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to Ensuring[CanDownloadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): CanDownloadFile
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to Ensuring[CanDownloadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): CanDownloadFile
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to Ensuring[CanDownloadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    File → AnyRef → Any
  21. def exists(): Boolean
    Definition Classes
    File
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to StringFormat[CanDownloadFile] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def getAbsoluteFile(): File
    Definition Classes
    File
  25. def getAbsolutePath(): String
    Definition Classes
    File
  26. def getCanonicalFile(): File
    Definition Classes
    File
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def getCanonicalPath(): String
    Definition Classes
    File
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getFreeSpace(): Long
    Definition Classes
    File
  30. def getName(): String
    Definition Classes
    File
  31. def getParent(): String
    Definition Classes
    File
  32. def getParentFile(): File
    Definition Classes
    File
  33. def getPath(): String
    Definition Classes
    File
  34. def getTotalSpace(): Long
    Definition Classes
    File
  35. def getUsableSpace(): Long
    Definition Classes
    File
  36. def hashCode(): Int
    Definition Classes
    File → AnyRef → Any
  37. def isAbsolute(): Boolean
    Definition Classes
    File
  38. def isDirectory(): Boolean
    Definition Classes
    File
  39. def isFile(): Boolean
    Definition Classes
    File
  40. def isHidden(): Boolean
    Definition Classes
    File
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def lastModified(): Long
    Definition Classes
    File
  43. def length(): Long
    Definition Classes
    File
  44. def list(arg0: FilenameFilter): Array[String]
    Definition Classes
    File
  45. def list(): Array[String]
    Definition Classes
    File
  46. def listFiles(arg0: FileFilter): Array[File]
    Definition Classes
    File
  47. def listFiles(arg0: FilenameFilter): Array[File]
    Definition Classes
    File
  48. def listFiles(): Array[File]
    Definition Classes
    File
  49. def mkdir(): Boolean
    Definition Classes
    File
  50. def mkdirs(): Boolean
    Definition Classes
    File
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. def renameTo(arg0: File): Boolean
    Definition Classes
    File
  55. def setExecutable(arg0: Boolean): Boolean
    Definition Classes
    File
  56. def setExecutable(arg0: Boolean, arg1: Boolean): Boolean
    Definition Classes
    File
  57. def setLastModified(arg0: Long): Boolean
    Definition Classes
    File
  58. def setReadOnly(): Boolean
    Definition Classes
    File
  59. def setReadable(arg0: Boolean): Boolean
    Definition Classes
    File
  60. def setReadable(arg0: Boolean, arg1: Boolean): Boolean
    Definition Classes
    File
  61. def setWritable(arg0: Boolean): Boolean
    Definition Classes
    File
  62. def setWritable(arg0: Boolean, arg1: Boolean): Boolean
    Definition Classes
    File
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toPath(): Path
    Definition Classes
    File
  65. def toString(): String
    Definition Classes
    File → AnyRef → Any
  66. def toURI(): URI
    Definition Classes
    File
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. def [B](y: B): (CanDownloadFile, B)
    Implicit
    This member is added by an implicit conversion from CanDownloadFile to ArrowAssoc[CanDownloadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def toURL(): URL
    Definition Classes
    File
    Annotations
    @throws( ... ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from File

Inherited from Comparable[File]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CanDownloadFile to any2stringadd[CanDownloadFile]

Inherited by implicit conversion StringFormat from CanDownloadFile to StringFormat[CanDownloadFile]

Inherited by implicit conversion Ensuring from CanDownloadFile to Ensuring[CanDownloadFile]

Inherited by implicit conversion ArrowAssoc from CanDownloadFile to ArrowAssoc[CanDownloadFile]

Ungrouped