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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  9. def absolute: Boolean

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

    Definition Classes
    Path
  11. def afterPathString: String

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

    Method for creating a new FileUrl from a java.

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

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val ascent: Int

    Definition Classes
    Path
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def currentDir(implicit platform: 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.

  17. def drop(n: Int): FileUrl

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  25. def head: String

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

    Get the user's home directory.

  27. def init: FileUrl

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

    Definition Classes
    Any
  29. def isRoot: Boolean

    Definition Classes
    AbsolutePath
  30. def last: String

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

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

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

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

    Definition Classes
    AnyRef
  36. def parent: FileUrl

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

    Pares a path to a file

  38. def pathString: String

    Definition Classes
    AbsolutePath
  39. def query[Q](q: Q)(implicit qt: QueryType[FileUrl, Q]): FileUrl

    Definition Classes
    Path
  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( ... )

Deprecated Value Members

  1. def /?[Q](q: Q)(implicit qt: QueryType[FileUrl, Q]): FileUrl

    Definition Classes
    Path
    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) Use the query method instead.

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