scala.tools.partest.nest

FileManager

trait FileManager extends FileUtil

Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FileManager
  2. FileUtil
  3. AnyRef
  4. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
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_ACTORS: String

  5. abstract val LATEST_COMP: String

  6. abstract val LATEST_LIB: String

  7. abstract val LATEST_PARTEST: String

  8. abstract val LATEST_REFLECT: String

  9. abstract def testRootDir: Directory

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

    Implicit information
    This member is added by an implicit conversion from FileManager to StringAdd[FileManager] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (FileManager, B)

    Implicit information
    This member is added by an implicit conversion from FileManager to ArrowAssoc[FileManager] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. var JAVA_OPTS: String

  9. var SCALAC_OPTS: collection.Seq[String]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def compareContents(origLines: Seq[String], newLines: Seq[String], origName: String = "a", newName: String = "b"): String

    Compares two lists of lines using difflib to produce a unified diff.

    Compares two lists of lines using difflib to produce a unified diff.

    origLines

    the first seq of lines to be compared

    newLines

    the second seq of lines to be compared

    origName

    file name to be used in unified diff for origLines

    newName

    file name to be used in unified diff for newLines

    returns

    the unified diff of the origLines and newLines or the empty string if they're equal

    Definition Classes
    FileUtil
  13. def compareFiles(f1: java.io.File, f2: java.io.File): String

    Compares two files using difflib to produce a unified diff.

    Compares two files using difflib to produce a unified diff.

    f1

    the first file to be compared

    f2

    the second file to be compared

    returns

    the unified diff of the compared files or the empty string if they're equal

    Definition Classes
    FileUtil
  14. def copyFile(from: java.io.File, dest: java.io.File): Boolean

  15. def ensuring(cond: (FileManager) ⇒ Boolean, msg: ⇒ Any): FileManager

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. var failed: Boolean

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from FileManager to StringFormat[FileManager] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

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

  26. def getLogFile(dir: java.io.File, fileBase: String, kind: String): java.io.File

  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def latestFiles: collection.immutable.List[java.io.File]

  30. def latestInteractive: String

  31. def latestParserCBLib: String

  32. def latestPaths: collection.immutable.List[String]

  33. def latestScaladoc: String

  34. def latestScalapFile: String

  35. def latestUrls: collection.immutable.List[URL]

  36. def latestXmlLib: String

  37. def logFileExists(file: java.io.File, kind: String): Boolean

  38. def mapFile(file: java.io.File, replace: (String) ⇒ String): Unit

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

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

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

    Definition Classes
    AnyRef
  42. def overwriteFileWith(dest: java.io.File, file: java.io.File): Boolean

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

  44. def relativeToLibrary(what: String): String

    Attributes
    protected
  45. var showDiff: Boolean

  46. var showLog: Boolean

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

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

    Only when --debug is given.

  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. var updateCheck: Boolean

  51. def updatePluginPath(args: List[String], out: AbstractFile, srcdir: AbstractFile): List[String]

    Massage args to merge plugins and fix paths.

    Massage args to merge plugins and fix paths. Plugin path can be relative to test root, or cwd is out. While we're at it, mix in the baseline options, too. That's how ant passes in the plugins dir.

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def [B](y: B): (FileManager, B)

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

Inherited from FileUtil

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from FileManager to StringAdd[FileManager]

Inherited by implicit conversion StringFormat from FileManager to StringFormat[FileManager]

Inherited by implicit conversion Ensuring from FileManager to Ensuring[FileManager]

Inherited by implicit conversion ArrowAssoc from FileManager to ArrowAssoc[FileManager]

Ungrouped