scala.tools.partest.nest

FileManager

trait FileManager extends FileUtil

Linear Supertypes
FileUtil, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FileManager
  2. FileUtil
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val CLASSPATH: String

  2. abstract val JAVACMD: String

  3. abstract val JAVAC_CMD: String

  4. abstract val LATEST_COMP: String

  5. abstract val LATEST_LIB: String

  6. abstract val LATEST_PARTEST: String

  7. abstract def testRootDir: Directory

  8. abstract def testRootPath: String

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

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

    Definition Classes
    Any
  6. var JAVA_OPTS: String

  7. var SCALAC_OPTS: Seq[String]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def compareContents(lines1: Seq[String], lines2: Seq[String]): String

    Definition Classes
    FileUtil
  11. def compareFiles(f1: File, f2: File): String

    Compares two files using a Java implementation of the GNU diff available at http://www.

    Compares two files using a Java implementation of the GNU diff available at http://www.bmsi.com/java/#diff.

    f1

    the first file to be compared

    f2

    the second file to be compared

    returns

    the text difference between the compared files

    Definition Classes
    FileUtil
  12. def copyFile(from: File, dest: File): Boolean

  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. var failed: Boolean

  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def getLogFile(file: File, kind: String): File

  19. def getLogFile(dir: File, fileBase: String, kind: String): File

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def logFileExists(file: File, kind: String): Boolean

  23. def mapFile(file: File, replace: (String) ⇒ String): Unit

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

    Definition Classes
    AnyRef
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. var oneTestTimeout: Int

  28. def overwriteFileWith(dest: File, file: File): Boolean

  29. def recordTestTiming(name: String, milliseconds: Long): Unit

  30. var showDiff: Boolean

  31. var showLog: Boolean

  32. def showTestTimings(): Unit

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

    Definition Classes
    AnyRef
  34. lazy val testTimings: HashMap[String, Long]

    Only when --debug is given.

  35. var timeout: String

  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. var updateCheck: Boolean

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FileUtil

Inherited from AnyRef

Inherited from Any