object
PathSettings
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
agentLib: Either[String, nsc.io.File]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diffUtils: Either[String, nsc.io.File]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
scalaCheck: Either[String, nsc.io.File]
-
def
srcCodeLib: Either[String, nsc.io.File]
-
def
srcDir: reflect.io.Directory
-
def
srcSpecLib: Either[String, nsc.io.File]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
testInterface: Either[String, nsc.io.File]
-
def
testParent: reflect.io.Directory
-
def
testRoot: nsc.io.Directory
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Get current value for path settings -- these depend on the mutable
testSourcePath
. Default values are read from system propertiespartest.srcdir
andpartest.root
.TODO: make
testSourcePath
immutable, but that's pretty involved as a lot of stuff depends on it (all the more reason to refactor) (we don't use system properties to configure partest internally, as their behavior depends on the security policy in place -- e.g., ant does not allow overwriting properties)NOTE: the members are methods because
testSourcePath
changes.