scala.tools.nsc.io

VirtualFile

class VirtualFile extends AbstractFile

This class implements an in-memory file.

Source
VirtualFile.scala
Version

1.0, 23/03/2004

Linear Supertypes
AbstractFile, Iterable[AbstractFile], IterableLike[AbstractFile, Iterable[AbstractFile]], Equals, GenIterable[AbstractFile], GenIterableLike[AbstractFile, Iterable[AbstractFile]], Traversable[AbstractFile], GenTraversable[AbstractFile], GenericTraversableTemplate[AbstractFile, Iterable], TraversableLike[AbstractFile, Iterable[AbstractFile]], GenTraversableLike[AbstractFile, Iterable[AbstractFile]], Parallelizable[AbstractFile, ParIterable[AbstractFile]], TraversableOnce[AbstractFile], GenTraversableOnce[AbstractFile], FilterMonadic[AbstractFile, Iterable[AbstractFile]], HasNewBuilder[AbstractFile, Iterable[AbstractFile]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VirtualFile
  2. AbstractFile
  3. Iterable
  4. IterableLike
  5. Equals
  6. GenIterable
  7. GenIterableLike
  8. Traversable
  9. GenTraversable
  10. GenericTraversableTemplate
  11. TraversableLike
  12. GenTraversableLike
  13. Parallelizable
  14. TraversableOnce
  15. GenTraversableOnce
  16. FilterMonadic
  17. HasNewBuilder
  18. AnyRef
  19. Any
Implicitly
  1. by MonadOps
  2. by traversable2ops
  3. by flattenTraversableOnce
  4. by any2stringfmt
  5. by any2stringadd
  6. by any2ArrowAssoc
  7. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VirtualFile(name: String)

    Initializes this instance with the specified name and an identical path.

    Initializes this instance with the specified name and an identical path.

    name

    the name of the virtual file to be created

    returns

    the created virtual file

  2. new VirtualFile(name: String, path: String)

Type Members

  1. type Self = Iterable[AbstractFile]

    Attributes
    protected
    Definition Classes
    TraversableLike

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 +(other: String): String

    Implicit information
    This member is added by an implicit conversion from VirtualFile to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: AbstractFile, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike
    Annotations
    @bridge()
  6. def ++[B >: AbstractFile, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: AbstractFile, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike
  8. def ++:[B >: AbstractFile, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike
  9. def ->[B](y: B): (VirtualFile, B)

    Implicit information
    This member is added by an implicit conversion from VirtualFile to ArrowAssoc[VirtualFile] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. def /:[B](z: B)(op: (B, AbstractFile) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :\[B](z: B)(op: (AbstractFile, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  14. def absolute: VirtualFile

    The absolute file, if this is a relative file.

    The absolute file, if this is a relative file.

    Definition Classes
    VirtualFileAbstractFile
  15. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  18. def aggregate[B](z: B)(seqop: (B, AbstractFile) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def asParIterable: ParIterable[AbstractFile]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  21. def asParSeq: ParSeq[AbstractFile]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  22. def bufferedOutput: BufferedOutputStream

    Returns a buffered output stream for writing the file - defaults to out

    Returns a buffered output stream for writing the file - defaults to out

    Definition Classes
    AbstractFile
  23. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  24. def canonicalPath: String

    Returns the path of this abstract file in a canonical form.

    Returns the path of this abstract file in a canonical form.

    Definition Classes
    AbstractFile
  25. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def collect[B, That](pf: PartialFunction[AbstractFile, B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  27. def collectFirst[B](pf: PartialFunction[AbstractFile, B]): Option[B]

    Definition Classes
    TraversableOnce
  28. def companion: GenericCompanion[Iterable]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  29. def container: AbstractFile

    Returns the containing directory of this abstract file

    Returns the containing directory of this abstract file

    Definition Classes
    VirtualFileAbstractFile
  30. def copyToArray[B >: AbstractFile](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  31. def copyToArray[B >: AbstractFile](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  32. def copyToArray[B >: AbstractFile](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  33. def copyToBuffer[B >: AbstractFile](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  34. def count(p: (AbstractFile) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def create(): Unit

    Does this abstract file denote an existing file?

    Does this abstract file denote an existing file?

    Definition Classes
    VirtualFileAbstractFile
  36. def delete(): Unit

    Delete the underlying file or directory (recursively).

    Delete the underlying file or directory (recursively).

    Definition Classes
    VirtualFileAbstractFile
  37. def drop(n: Int): Iterable[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  38. def dropRight(n: Int): Iterable[AbstractFile]

    Definition Classes
    IterableLike
  39. def dropWhile(p: (AbstractFile) ⇒ Boolean): Iterable[AbstractFile]

    Definition Classes
    TraversableLike → GenTraversableLike
  40. def ensuring(cond: (VirtualFile) ⇒ Boolean, msg: ⇒ Any): VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to Ensuring[VirtualFile] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  41. def ensuring(cond: (VirtualFile) ⇒ Boolean): VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to Ensuring[VirtualFile] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: Boolean, msg: ⇒ Any): VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to Ensuring[VirtualFile] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: Boolean): VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to Ensuring[VirtualFile] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    VirtualFile → Equals → AnyRef → Any
  46. def exists: Boolean

    Does this abstract file denote an existing file?

    Does this abstract file denote an existing file?

    Definition Classes
    AbstractFile
  47. def exists(p: (AbstractFile) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  48. final def file: JFile

    Returns null.

    Returns null.

    Definition Classes
    VirtualFileAbstractFile
  49. def fileNamed(name: String): AbstractFile

    Get the file in this directory with the given name, creating an empty file if it does not already existing.

    Get the file in this directory with the given name, creating an empty file if it does not already existing.

    Definition Classes
    AbstractFile
  50. def filter(p: (AbstractFile) ⇒ Boolean): Iterable[AbstractFile]

    Definition Classes
    TraversableLike → GenTraversableLike
  51. def filterNot(p: (AbstractFile) ⇒ Boolean): Iterable[AbstractFile]

    Definition Classes
    TraversableLike → GenTraversableLike
  52. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  53. def find(p: (AbstractFile) ⇒ Boolean): Option[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  54. def flatMap[B, That](f: (AbstractFile) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  55. def flatMap[B](f: (AbstractFile) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to MonadOps[AbstractFile] performed by method MonadOps in scala.collection.TraversableOnce.
    Definition Classes
    MonadOps
  56. def flatten[B](implicit asTraversable: (AbstractFile) ⇒ GenTraversableOnce[B]): Traversable[B]

    Definition Classes
    Traversable → GenericTraversableTemplate
    Annotations
    @bridge()
  57. def flatten: Iterator[AbstractFile]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to FlattenOps[AbstractFile] performed by method flattenTraversableOnce in scala.collection.TraversableOnce.
    Definition Classes
    FlattenOps
  58. def fold[A1 >: AbstractFile](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def foldLeft[B](z: B)(op: (B, AbstractFile) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def foldRight[B](z: B)(op: (AbstractFile, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  61. def forall(p: (AbstractFile) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  62. def foreach[U](f: (AbstractFile) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  63. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from VirtualFile to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  64. def genericBuilder[B]: Builder[B, Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
  65. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  66. def groupBy[K](f: (AbstractFile) ⇒ K): Map[K, Iterable[AbstractFile]]

    Definition Classes
    TraversableLike → GenTraversableLike
  67. def grouped(size: Int): Iterator[Iterable[AbstractFile]]

    Definition Classes
    IterableLike
  68. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  69. def hasExtension(other: String): Boolean

    Checks extension case insensitively.

    Checks extension case insensitively.

    Definition Classes
    AbstractFile
  70. def hashCode(): Int

    Definition Classes
    VirtualFile → AnyRef → Any
  71. def head: AbstractFile

    Definition Classes
    IterableLike → GenIterableLike → TraversableLike → GenTraversableLike
  72. def headOption: Option[AbstractFile]

    Definition Classes
    TraversableLike
  73. def ifParSeq[R](isbody: (ParSeq[AbstractFile]) ⇒ R): Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  74. def init: Iterable[AbstractFile]

    Definition Classes
    TraversableLike
  75. def inits: Iterator[Iterable[AbstractFile]]

    Definition Classes
    TraversableLike
  76. def input: InputStream

    returns an input stream so the file can be read

    returns an input stream so the file can be read

    Definition Classes
    VirtualFileAbstractFile
  77. def isClassContainer: Boolean

    Does this abstract file represent something which can contain classfiles?

    Does this abstract file represent something which can contain classfiles?

    Definition Classes
    AbstractFile
  78. def isDirectory: Boolean

    Is this abstract file a directory?

    Is this abstract file a directory?

    Definition Classes
    VirtualFileAbstractFile
  79. def isEmpty: Boolean

    Definition Classes
    IterableLike → GenIterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  82. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  83. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  84. final def isTraversableAgain: Boolean

    Definition Classes
    GenTraversableLike → GenTraversableOnce
  85. def iterator: Iterator[AbstractFile]

    Returns all abstract subfiles of this abstract directory.

    Returns all abstract subfiles of this abstract directory.

    Definition Classes
    VirtualFileAbstractFile → IterableLike → GenIterableLike
  86. def last: AbstractFile

    Definition Classes
    TraversableLike
  87. def lastModified: Long

    Returns the time that this abstract file was last modified.

    Returns the time that this abstract file was last modified.

    Definition Classes
    VirtualFileAbstractFile
  88. def lastModified_=(x: Long): Unit

  89. def lastOption: Option[AbstractFile]

    Definition Classes
    TraversableLike
  90. def lookupName(name: String, directory: Boolean): AbstractFile

    Returns the abstract file in this abstract directory with the specified name.

    Returns the abstract file in this abstract directory with the specified name. If there is no such file, returns null. The argument "directory" tells whether to look for a directory or or a regular file.

    name

    ...

    directory

    ...

    returns

    ...

    Definition Classes
    VirtualFileAbstractFile
  91. def lookupNameUnchecked(name: String, directory: Boolean): Nothing

    Returns an abstract file with the given name.

    Returns an abstract file with the given name. It does not check that it exists.

    Definition Classes
    VirtualFileAbstractFile
  92. def lookupPath(path: String, directory: Boolean): AbstractFile

    Returns the abstract file in this abstract directory with the specified path relative to it, If there is no such file, returns null.

    Returns the abstract file in this abstract directory with the specified path relative to it, If there is no such file, returns null. The argument directory tells whether to look for a directory or a regular file.

    path

    ...

    directory

    ...

    returns

    ...

    Definition Classes
    AbstractFile
  93. def lookupPathUnchecked(path: String, directory: Boolean): AbstractFile

    Return an abstract file that does not check that path denotes an existing file.

    Return an abstract file that does not check that path denotes an existing file.

    Definition Classes
    AbstractFile
  94. def map[B, That](f: (AbstractFile) ⇒ B)(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  95. def map[B](f: (AbstractFile) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to MonadOps[AbstractFile] performed by method MonadOps in scala.collection.TraversableOnce.
    Definition Classes
    MonadOps
  96. def max[B >: AbstractFile](implicit cmp: Ordering[B]): AbstractFile

    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def maxBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: Ordering[B]): AbstractFile

    Definition Classes
    TraversableOnce → GenTraversableOnce
  98. def min[B >: AbstractFile](implicit cmp: Ordering[B]): AbstractFile

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def minBy[B](f: (AbstractFile) ⇒ B)(implicit cmp: Ordering[B]): AbstractFile

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. val name: String

    Returns the name of this abstract file.

    Returns the name of this abstract file.

    Definition Classes
    VirtualFileAbstractFile
  104. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  105. def newBuilder: Builder[AbstractFile, Iterable[AbstractFile]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  106. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. final def notify(): Unit

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

    Definition Classes
    AnyRef
  109. def output: OutputStream

    Returns an output stream for writing the file

    Returns an output stream for writing the file

    Definition Classes
    VirtualFileAbstractFile
  110. def par: ParIterable[AbstractFile]

    Definition Classes
    Parallelizable
  111. def parCombiner: Combiner[AbstractFile, ParIterable[AbstractFile]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  112. def partition(p: (AbstractFile) ⇒ Boolean): (Iterable[AbstractFile], Iterable[AbstractFile])

    Definition Classes
    TraversableLike → GenTraversableLike
  113. val path: String

    Returns the path of this abstract file.

    Returns the path of this abstract file.

    Definition Classes
    VirtualFileAbstractFile
  114. def product[B >: AbstractFile](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def reduce[A1 >: AbstractFile](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def reduceLeft[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): B

    Definition Classes
    TraversableOnce
  117. def reduceLeftOption[B >: AbstractFile](op: (B, AbstractFile) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def reduceOption[A1 >: AbstractFile](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def reduceRight[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  120. def reduceRightOption[B >: AbstractFile](op: (AbstractFile, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def repr: Iterable[AbstractFile]

    Definition Classes
    TraversableLike → GenTraversableLike
  122. def reversed: List[AbstractFile]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  123. def sameElements[B >: AbstractFile](that: Iterable[B]): Boolean

    Definition Classes
    IterableLike
    Annotations
    @bridge()
  124. def sameElements[B >: AbstractFile](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  125. def scan[B >: AbstractFile, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  126. def scanLeft[B, That](z: B)(op: (B, AbstractFile) ⇒ B)(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  127. def scanRight[B, That](z: B)(op: (AbstractFile, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[AbstractFile], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  128. val self: Any

    Implicit information
    This member is added by an implicit conversion from VirtualFile to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  129. val self: Any

    Implicit information
    This member is added by an implicit conversion from VirtualFile to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  130. def seq: Iterable[AbstractFile]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  131. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def sizeOption: Option[Int]

    size of this file if it is a concrete file.

    size of this file if it is a concrete file.

    Definition Classes
    VirtualFileAbstractFile
  133. def slice(from: Int, until: Int): Iterable[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  134. def sliding(size: Int, step: Int): Iterator[Iterable[AbstractFile]]

    Definition Classes
    IterableLike
  135. def sliding(size: Int): Iterator[Iterable[AbstractFile]]

    Definition Classes
    IterableLike
  136. def span(p: (AbstractFile) ⇒ Boolean): (Iterable[AbstractFile], Iterable[AbstractFile])

    Definition Classes
    TraversableLike → GenTraversableLike
  137. def splitAt(n: Int): (Iterable[AbstractFile], Iterable[AbstractFile])

    Definition Classes
    TraversableLike → GenTraversableLike
  138. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  139. def subdirectoryNamed(name: String): AbstractFile

    Get the subdirectory with a given name, creating it if it does not already exist.

    Get the subdirectory with a given name, creating it if it does not already exist.

    Definition Classes
    AbstractFile
  140. def sum[B >: AbstractFile](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  142. def tail: Iterable[AbstractFile]

    Definition Classes
    TraversableLike → GenTraversableLike
  143. def tails: Iterator[Iterable[AbstractFile]]

    Definition Classes
    TraversableLike
  144. def take(n: Int): Iterable[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  145. def takeRight(n: Int): Iterable[AbstractFile]

    Definition Classes
    IterableLike
  146. def takeWhile(p: (AbstractFile) ⇒ Boolean): Iterable[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  147. def thisCollection: Iterable[AbstractFile]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  148. def toArray[B >: AbstractFile](implicit arg0: ArrayTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  149. def toBuffer[B >: AbstractFile]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  150. def toByteArray: Array[Byte]

    Returns contents of file (if applicable) in a byte array.

    Returns contents of file (if applicable) in a byte array.

    Definition Classes
    AbstractFile
    Annotations
    @throws( classOf[IOException] )
  151. def toCharArray: Array[Char]

    Returns contents of file (if applicable) in a Char array.

    Returns contents of file (if applicable) in a Char array. warning: use Global.getSourceFile() to use the proper encoding when converting to the char array.

    Definition Classes
    AbstractFile
    Annotations
    @throws( classOf[IOException] )
  152. def toCollection(repr: Iterable[AbstractFile]): Iterable[AbstractFile]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  153. def toIndexedSeq: IndexedSeq[AbstractFile]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  154. def toIterable: Iterable[AbstractFile]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  155. def toIterator: Iterator[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  156. def toList: List[AbstractFile]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. def toMap[T, U](implicit ev: <:<[AbstractFile, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. def toParArray: ParArray[AbstractFile]

    Implicit information
    This member is added by an implicit conversion from VirtualFile to TraversableOps[AbstractFile] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  159. def toSeq: Seq[AbstractFile]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  160. def toSet[B >: AbstractFile]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  161. def toStream: Stream[AbstractFile]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  162. def toString(): String

    Returns the path of this abstract file.

    Returns the path of this abstract file.

    Definition Classes
    AbstractFile → TraversableLike → AnyRef → Any
  163. def toTraversable: Traversable[AbstractFile]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  164. def toURL: URL

    Definition Classes
    AbstractFile
  165. def transpose[B](implicit asTraversable: (AbstractFile) ⇒ GenTraversableOnce[B]): Traversable[Traversable[B]]

    Definition Classes
    Traversable → GenericTraversableTemplate
    Annotations
    @bridge()
  166. def underlyingSource: Option[AbstractFile]

    An underlying source, if known.

    An underlying source, if known. Mostly, a zip/jar file.

    Definition Classes
    AbstractFile
  167. def unsupported(msg: String): Nothing

    Attributes
    protected
    Definition Classes
    AbstractFile
  168. def unsupported(): Nothing

    Attributes
    protected
    Definition Classes
    AbstractFile
  169. def unzip[A1, A2](implicit asPair: (AbstractFile) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Definition Classes
    GenericTraversableTemplate
  170. def unzip3[A1, A2, A3](implicit asTriple: (AbstractFile) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Definition Classes
    GenericTraversableTemplate
  171. def view(from: Int, until: Int): IterableView[AbstractFile, Iterable[AbstractFile]]

    Definition Classes
    IterableLike → TraversableLike
  172. def view: IterableView[AbstractFile, Iterable[AbstractFile]]

    Definition Classes
    IterableLike → TraversableLike
  173. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  176. def withFilter(p: (AbstractFile) ⇒ Boolean): FilterMonadic[AbstractFile, Iterable[AbstractFile]]

    Definition Classes
    TraversableLike → FilterMonadic
  177. def zip[A1 >: AbstractFile, B, That](that: Iterable[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], (A1, B), That]): That

    Definition Classes
    IterableLike
    Annotations
    @bridge()
  178. def zip[A1 >: AbstractFile, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[AbstractFile], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  179. def zipAll[B, A1 >: AbstractFile, That](that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[AbstractFile], (A1, B), That]): That

    Definition Classes
    IterableLike
    Annotations
    @bridge()
  180. def zipAll[B, A1 >: AbstractFile, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[AbstractFile], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  181. def zipWithIndex[A1 >: AbstractFile, That](implicit bf: CanBuildFrom[Iterable[AbstractFile], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  182. def [B](y: B): (VirtualFile, B)

    Implicit information
    This member is added by an implicit conversion from VirtualFile to ArrowAssoc[VirtualFile] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def /:\[A1 >: AbstractFile](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to ArrowAssoc[VirtualFile] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: VirtualFile

    Implicit information
    This member is added by an implicit conversion from VirtualFile to Ensuring[VirtualFile] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AbstractFile

Inherited from Iterable[AbstractFile]

Inherited from IterableLike[AbstractFile, Iterable[AbstractFile]]

Inherited from Equals

Inherited from GenIterable[AbstractFile]

Inherited from GenIterableLike[AbstractFile, Iterable[AbstractFile]]

Inherited from Traversable[AbstractFile]

Inherited from GenTraversable[AbstractFile]

Inherited from GenericTraversableTemplate[AbstractFile, Iterable]

Inherited from TraversableLike[AbstractFile, Iterable[AbstractFile]]

Inherited from GenTraversableLike[AbstractFile, Iterable[AbstractFile]]

Inherited from Parallelizable[AbstractFile, ParIterable[AbstractFile]]

Inherited from TraversableOnce[AbstractFile]

Inherited from GenTraversableOnce[AbstractFile]

Inherited from FilterMonadic[AbstractFile, Iterable[AbstractFile]]

Inherited from HasNewBuilder[AbstractFile, Iterable[AbstractFile]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from VirtualFile to MonadOps[AbstractFile]

Inherited by implicit conversion traversable2ops from VirtualFile to TraversableOps[AbstractFile]

Inherited by implicit conversion flattenTraversableOnce from VirtualFile to FlattenOps[AbstractFile]

Inherited by implicit conversion any2stringfmt from VirtualFile to StringFormat

Inherited by implicit conversion any2stringadd from VirtualFile to StringAdd

Inherited by implicit conversion any2ArrowAssoc from VirtualFile to ArrowAssoc[VirtualFile]

Inherited by implicit conversion any2Ensuring from VirtualFile to Ensuring[VirtualFile]