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. val CLASSPATH : String

    Attributes
    abstract
  2. val JAVACMD : String

    Attributes
    abstract
  3. val JAVAC_CMD : String

    Attributes
    abstract
  4. val LATEST_LIB : String

    Attributes
    abstract
  5. def testRootDir : Directory

    Attributes
    abstract
  6. def testRootPath : String

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. var JAVA_OPTS : String

  7. var SCALAC_OPTS : String

  8. def asInstanceOf [T0] : T0

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

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

  23. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    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. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any