Class

org.ensime.util.file

RichFile

Related Doc: package file

Permalink

implicit 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(file: File)

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def canon: java.io.File

    Permalink

    Helps to resolve ambiguity surrounding files in symbolically linked directories, which are common on operating systems that use a symbolically linked temporary directory (OS X I'm looking at you).

    Helps to resolve ambiguity surrounding files in symbolically linked directories, which are common on operating systems that use a symbolically linked temporary directory (OS X I'm looking at you).

    returns

    the canonical form of file, falling back to the absolute file.

  7. def children: Stream[File]

    Permalink

    Non-recursive children of the file.

  8. def createWithParents(): Boolean

    Permalink
  9. val file: File

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

    Permalink
    Definition Classes
    AnyVal → Any
  11. def isClassfile: Boolean

    Permalink
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def isJar: Boolean

    Permalink
  14. def isJava: Boolean

    Permalink
  15. def isScala: Boolean

    Permalink
  16. def outputStream(): OutputStream

    Permalink
  17. def parts: List[String]

    Permalink
  18. def readLines(): List[String]

    Permalink
  19. def readString()(implicit cs: Charset): String

    Permalink
    Annotations
    @deprecating( "prefer path" )
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def tree: Stream[File]

    Permalink

    returns

    the file and its descendent family tree (if it is a directory).

    Annotations
    @deprecating( "prefer path approaches" )
  22. def writeLines(lines: List[String])(implicit cs: Charset): Unit

    Permalink
  23. def writeString(contents: String)(implicit cs: Charset): Unit

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped