edu.pdx.cs399J.core
Class SystemProperties

java.lang.Object
  extended by edu.pdx.cs399J.core.SystemProperties

public class SystemProperties
extends Object

This class demonstrates the Properties class and shows how to use the JVM's system properties.


Constructor Summary
SystemProperties()
           
 
Method Summary
static void main(String[] args)
          Print out a couple of the system properties and check to see if the "edu.pdx.cs399J.Debug" property has been set on the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemProperties

public SystemProperties()
Method Detail

main

public static void main(String[] args)
Print out a couple of the system properties and check to see if the "edu.pdx.cs399J.Debug" property has been set on the command line.



Copyright © 2000-2009 Portland State University. All Rights Reserved.