trait
FileManager extends FileUtil
Abstract Value Members
-
abstract
val
CLASSPATH: String
-
abstract
val
JAVACMD: String
-
abstract
val
JAVAC_CMD: String
-
abstract
val
LATEST_COMP: String
-
abstract
val
LATEST_LIB: String
-
abstract
val
LATEST_PARTEST: String
-
abstract
def
testRootDir: Directory
-
abstract
def
testRootPath: String
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
var
JAVA_OPTS: String
-
var
SCALAC_OPTS: Seq[String]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compareContents(lines1: Seq[String], lines2: Seq[String]): String
-
def
compareFiles(f1: File, f2: File): String
-
def
copyFile(from: File, dest: File): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
var
failed: Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getLogFile(file: File, kind: String): File
-
def
getLogFile(dir: File, fileBase: String, kind: String): File
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
logFileExists(file: File, kind: String): Boolean
-
def
mapFile(file: File, replace: (String) ⇒ String): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
oneTestTimeout: Int
-
def
overwriteFileWith(dest: File, file: File): Boolean
-
def
recordTestTiming(name: String, milliseconds: Long): Unit
-
var
showDiff: Boolean
-
var
showLog: Boolean
-
def
showTestTimings(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
lazy val
testTimings: HashMap[String, Long]
-
var
timeout: String
-
def
toString(): String
-
var
updateCheck: Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any