Scala Library Documentation
|
|
scala/util/Properties.scala
]
object
Properties
extends
AnyRefValue Summary | |
val
|
copyrightString : String |
val
|
encodingString : String |
val
|
versionMsg : String |
val
|
versionString
: String
The version number of the jar this was loaded from, or
"(unknown)" if it cannot be determined.
|
Method Summary | |
def
|
main (args : Array[String]) : Unit |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
val
versionString : String
val
copyrightString : String
val
encodingString : String
val
versionMsg : String
Method Details |
Scala Library Documentation
|
|