sbt

RichFile

final class RichFile extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RichFile
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichFile(asFile: File)

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 /(component: String): File

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. def absolutePath: String

  8. val asFile: File

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def asURL: URL

    The wrapped file converted to a URL.

  11. def base: String

    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.

  12. def baseAndExt: (String, String)

  13. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def exists: Boolean

    True if and only if the wrapped file exists.

  17. def ext: String

    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.

  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hash: Array[Byte]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def hashString: String

  23. def hashStringHalf: String

  24. def isDirectory: Boolean

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

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def lastModified: Long

    The last modified time of the wrapped file.

  27. def name: String

    The last component of this path.

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def newerThan(other: File): Boolean

  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def olderThan(other: File): Boolean

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

  34. def relativize(sub: File): Option[File]

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any