scala.tools.partest.nest

FileManager

trait FileManager extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FileManager
  2. AnyRef
  3. 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_LIB: String

  5. abstract def testRootDir: Directory

  6. 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: String

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. 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

  11. def copyFile(from: File, dest: File): Boolean

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

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

    Definition Classes
    AnyRef → Any
  14. var failed: Boolean

  15. def finalize(): Unit

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

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

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

  19. def hashCode(): Int

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

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

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

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

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

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

    Definition Classes
    AnyRef
  26. var oneTestTimeout: Int

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

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

  29. var showDiff: Boolean

  30. var showLog: Boolean

  31. def showTestTimings(): Unit

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

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

    Only when --debug is given.

  34. var timeout: String

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. var updateCheck: Boolean

  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