Object

rapture.fs

File

Related Doc: package fs

Permalink

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

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

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

    Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def absolute: Boolean

    Permalink
    Definition Classes
    AbsolutePath → Path → Link
  8. val afterPath: AfterPath

    Permalink
    Definition Classes
    Path
  9. def afterPathString: String

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

    Permalink

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

  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. val ascent: Int

    Permalink
    Definition Classes
    Path
  13. def clone(): AnyRef

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

    Permalink

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

  15. def drop(n: Int): FileUrl

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

    Permalink
    Definition Classes
    AbsolutePath
  17. val elements: Seq[String]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def head: String

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

    Permalink

    Get the user's home directory.

  25. def init: FileUrl

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

    Permalink
    Definition Classes
    Any
  27. def isRoot: Boolean

    Permalink
    Definition Classes
    AbsolutePath
  28. def last: String

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

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

    Permalink

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

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def parent: FileUrl

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

    Permalink

    Pares a path to a file

  36. def pathString: String

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

    Permalink
    Definition Classes
    Path
  38. def scheme: Scheme[FileUrl]

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef
  41. def tail: FileUrl

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

    Permalink
    Definition Classes
    AbsolutePath
  43. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    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