scala.util

object Properties

[source: scala/util/Properties.scala]

object Properties
extends AnyRef
A utility to load the library properties from a Java properties file included in the jar.
Author
Stephane Micheloud
Value Summary
val copyrightString : java.lang.String
val encodingString : java.lang.String
val versionMsg : java.lang.String
val versionString : java.lang.String
The version number of the jar this was loaded from, or "(unknown)" if it cannot be determined.
Method Summary
def main (args : Array[java.lang.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 : java.lang.String
The version number of the jar this was loaded from, or "(unknown)" if it cannot be determined.

val copyrightString : java.lang.String

val encodingString : java.lang.String

val versionMsg : java.lang.String

Method Details
def main(args : Array[java.lang.String]) : Unit