scala.util

Properties

object Properties extends PropertiesTrait

Loads library.properties from the jar.

Inherits

  1. PropertiesTrait
  2. AnyRef
  3. Any

Value Members

  1. val copyrightString: String

  2. val encodingString: String

    This is the default text encoding, overridden (unreliably) with JAVA_OPTS="-Dfile

  3. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. val isMac: Boolean

  6. val isWin: Boolean

  7. val javaClassPath: String

  8. val javaHome: String

  9. val javaVersion: String

  10. val javaVmInfo: String

  11. val javaVmName: String

  12. val javaVmVersion: String

  13. def main(args: Array[String]): Unit

  14. def prop(name: String, default: String): String

  15. def prop(name: String): String

  16. val scalaHome: String

  17. val sourceEncoding: String

    This is the encoding to use reading in source files, overridden with -encoding Note that it uses "prop" i

  18. def sysprop(name: String, default: String): String

  19. def sysprop(name: String): String

  20. def syspropset(name: String, value: String): String

  21. val tmpDir: String

  22. def toString(): String

    Returns a string representation of the object

  23. val userName: String

  24. def versionMsg: String

  25. val versionString: String

    The version number of the jar this was loaded from plus "version " prefix, or "version (unknown)" if it cannot be determined