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: Any): Boolean

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

    Definition Classes
    AnyRef → Any
  3. def +[P <: Path[P]](dest: P): Path[_]

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

    Definition Classes
    AbsolutePath
  5. 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
  6. def /?[Q](q: Q)(implicit qt: QueryType[FileUrl, Q]): FileUrl

    Definition Classes
    Path
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def absolute: Boolean

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

    Definition Classes
    Path
  10. def afterPathString: String

    Attributes
    protected
    Definition Classes
    Path
  11. 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.

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. val ascent: Int

    Definition Classes
    Path
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. 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.

  16. def drop(n: Int): FileUrl

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

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

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

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

    Definition Classes
    Path → 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 hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def head: String

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

    Get the user's home directory.

  26. def init: FileUrl

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

    Definition Classes
    Any
  28. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  29. def last: String

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

    Definition Classes
    AbsolutePath
  31. 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
  32. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  35. def parent: FileUrl

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

    Pares a path to a file

  37. def pathString: String

    Definition Classes
    AbsolutePath
  38. 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
  39. def schemeName: String

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

    Definition Classes
    AnyRef
  41. def tail: FileUrl

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

    Definition Classes
    AbsolutePath
  43. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. 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