Package edu.pdx.cs410J.core
Class SystemProperties
java.lang.Object
edu.pdx.cs410J.core.SystemProperties
This class demonstrates the
Properties
class and shows
how to use the JVM's system properties.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SystemProperties
public SystemProperties()
-
-
Method Details
-
main
Print out a couple of the system properties and check to see if the "edu.pdx.cs410J.Debug" property has been set on the command line.
-