rapture.fs

File

object File extends PathRoot[FileUrl] with Scheme[FileUrl]

The file scheme object used as a factory for FileUrls.

Linear Supertypes
Scheme[FileUrl], PathRoot[FileUrl], AbsolutePath[FileUrl], Path[FileUrl], Link, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. File
  2. Scheme
  3. PathRoot
  4. AbsolutePath
  5. Path
  6. Link
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 +[P <: Path[P]](dest: P): Path[_]

    Definition Classes
    AbsolutePath
  5. def -[P <: AbsolutePath[P]](src: P)(implicit linkable: Linkable[P, FileUrl]): Result

    Definition Classes
    AbsolutePath
  6. def /(resource: String): FileUrl

    Creates a new FileUrl of the specified resource in the filesystem root.

    Creates a new FileUrl of the specified resource in the filesystem root.

    resource

    the resource beneath the filesystem root to create.

    Definition Classes
    File → AbsolutePath → Path
  7. def /?[Q](q: Q)(implicit qt: QueryType[FileUrl, Q]): FileUrl

    Definition Classes
    Path
  8. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  10. def absolute: Boolean

    Definition Classes
    AbsolutePath → Path → Link
  11. val afterPath: AfterPath

    Definition Classes
    Path
  12. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  13. def apply(file: File)(implicit platform: fs.Platform): FileUrl

    Method for creating a new FileUrl from a java.

    Method for creating a new FileUrl from a java.io.File.

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val ascent: Int

    Definition Classes
    Path
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def currentDir(implicit platform: fs.Platform): FileUrl

    Provides a FileUrl for the current working directory, as determined by the user.

    Provides a FileUrl for the current working directory, as determined by the user.dir environment variable.

  18. def drop(n: Int): FileUrl

    Definition Classes
    AbsolutePath
  19. def dropRight(n: Int): FileUrl

    Definition Classes
    AbsolutePath
  20. val elements: Seq[String]

    Definition Classes
    Path
  21. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def equals(that: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def head: String

    Definition Classes
    AbsolutePath
  27. def home(implicit platform: fs.Platform): FileUrl

    Get the user's home directory.

  28. def init: FileUrl

    Definition Classes
    AbsolutePath
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  31. def last: String

    Definition Classes
    AbsolutePath
  32. def link[P <: AbsolutePath[P]](dest: P)(implicit linkable: Linkable[FileUrl, P]): Result

    Definition Classes
    AbsolutePath
  33. def makePath(ascent: Int, elements: Seq[String], afterPath: AfterPath): FileUrl

    Method for creating a new instance of this type of URL.

    Method for creating a new instance of this type of URL.

    elements

    The elements of the path for the new FileUrl to create

    Definition Classes
    File → PathRoot → AbsolutePath → Path
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  37. def parent: FileUrl

    Definition Classes
    AbsolutePath
  38. def parse(s: String)(implicit platform: fs.Platform): FileUrl

    Pares a path to a file

  39. def pathString: String

    Definition Classes
    AbsolutePath
  40. def scheme: Scheme[FileUrl]

    Reference to the scheme for this type of URL

    Reference to the scheme for this type of URL

    Definition Classes
    File → PathRoot
  41. def schemeName: String

    Definition Classes
    File → Scheme
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def tail: FileUrl

    Definition Classes
    AbsolutePath
  44. def take(n: Int): FileUrl

    Definition Classes
    AbsolutePath
  45. def toString(): String

    Definition Classes
    Scheme → AnyRef → Any
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Scheme[FileUrl]

Inherited from PathRoot[FileUrl]

Inherited from AbsolutePath[FileUrl]

Inherited from Path[FileUrl]

Inherited from Link

Inherited from AnyRef

Inherited from Any

Ungrouped