Object

rapture.fs

File

Related Doc: package fs

Permalink

object File extends FsUrl

The file scheme object used as a factory for FsUrls.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. File
  2. FsUrl
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def deleteOnExit(): Unit

    Permalink

    Add a hook to the filesystem to delete this file upon shutdown of the JVM.

    Add a hook to the filesystem to delete this file upon shutdown of the JVM.

    Definition Classes
    FsUrl
  7. val elements: Seq[String]

    Permalink
    Definition Classes
    FsUrl
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def exists: Boolean

    Permalink

    Returns true if this object exists on the filesystem.

    Returns true if this object exists on the filesystem.

    Definition Classes
    FsUrl
  10. def extension(implicit mode: Mode[FsMethods]): Wrap[Option[String], Exception]

    Permalink

    Extract the file extension from the name of this file.

    Extract the file extension from the name of this file.

    Definition Classes
    FsUrl
  11. def filename: String

    Permalink

    Returns the filename of this filesystem object.

    Returns the filename of this filesystem object.

    Definition Classes
    FsUrl
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hidden: Boolean

    Permalink

    Returns true if the file or directory is hidden.

    Returns true if the file or directory is hidden.

    Definition Classes
    FsUrl
  15. def homeDir: FsUrl

    Permalink
  16. def isFile: Boolean

    Permalink

    Returns true if the filesystem object represented by this FsUrl is a file, and false if it is a directory.

    Returns true if the filesystem object represented by this FsUrl is a file, and false if it is a directory.

    Definition Classes
    FsUrl
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val javaFile: File

    Permalink

    The java.io.File corresponding to this FsUrl.

    The java.io.File corresponding to this FsUrl.

    Definition Classes
    FsUrl
  19. def lastModified[I](implicit arg0: ByInstant[I], mode: Mode[FsMethods]): Wrap[I, Exception]

    Permalink

    Returns the date of the last modification to the file or directory.

    Returns the date of the last modification to the file or directory.

    Definition Classes
    FsUrl
  20. def length(implicit mode: Mode[FsMethods]): Wrap[Long, Exception]

    Permalink

    Returns the size of the file in bytes.

    Returns the size of the file in bytes.

    Definition Classes
    FsUrl
  21. def mkdir(makeParents: Boolean = false)(implicit mode: Mode[FsMethods]): Wrap[Boolean, Exception]

    Permalink

    If the filesystem object represented by this FsUrl does not exist, it is created as a directory, provided that either the immediate parent directory already exists, or the makeParents path is set.

    If the filesystem object represented by this FsUrl does not exist, it is created as a directory, provided that either the immediate parent directory already exists, or the makeParents path is set.

    Definition Classes
    FsUrl
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def parse(s: String): FsUrl

    Permalink

    Pares a path to a file

  26. def readable: Boolean

    Permalink

    Returns true if the file or directory represented by this FsUrl can be read from.

    Returns true if the file or directory represented by this FsUrl can be read from.

    Definition Classes
    FsUrl
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    FsUrl → AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def writable: Boolean

    Permalink

    Returns true if the file or directory represented by this FsUrl can be written to.

    Returns true if the file or directory represented by this FsUrl can be written to.

    Definition Classes
    FsUrl

Inherited from FsUrl

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped