Class

sbt.io

RichFile

Related Doc: package io

Permalink

final class RichFile extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichFile
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFile(asFile: File)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def /(component: String): File

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  5. def absolutePath: String

    Permalink
  6. val asFile: File

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def asURL: URL

    Permalink

    The wrapped file converted to a URL.

    The wrapped file converted to a URL.

  9. def base: String

    Permalink

    The base of the name of this path.

    The base of the name of this path. This is the part of the name before the last period, or the full name if there is no period.

  10. def baseAndExt: (String, String)

    Permalink
  11. def exists: Boolean

    Permalink

    True if and only if the wrapped file exists.

  12. def ext: String

    Permalink

    The extension part of the name of this path.

    The extension part of the name of this path. This is the part of the name after the last period, or the empty string if there is no period.

  13. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  14. def hash: Array[Byte]

    Permalink
  15. def hashString: String

    Permalink
  16. def hashStringHalf: String

    Permalink
  17. def isDirectory: Boolean

    Permalink

    True if and only if the wrapped file is a directory.

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def lastModified: Long

    Permalink

    The last modified time of the wrapped file.

  20. def name: String

    Permalink

    The last component of this path.

  21. def newerThan(other: File): Boolean

    Permalink

    True if and only if the wrapped file asFile exists and the file 'other' does not exist or was modified before the asFile.

  22. def olderThan(other: File): Boolean

    Permalink

    True if and only if the wrapped file asFile does not exist or the file other exists and was modified after asFile.

  23. def relativeTo(base: File): Option[File]

    Permalink
  24. def relativize(sub: File): Option[File]

    Permalink
  25. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped