Class ShowProperties

java.lang.Object
  extended by ShowProperties

public class ShowProperties
extends Object

Displays single specific values or all values from the current system properties. This class solely exists to check the currently active property values.


Constructor Summary
ShowProperties()
           
 
Method Summary
static void main(String[] args)
          Runs the main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowProperties

public ShowProperties()
Method Detail

main

public static void main(String[] args)
Runs the main program. If no arguments were specified, all property values, sorted by their key, will be shown. Otherwise, only property values of matching keys are shown.

Parameters:
args - are the commandline interface arguments.


Copyright © 2011 The University of Southern California. All Rights Reserved.