Class PrintArgs

java.lang.Object
  |
  +--PrintArgs

public class PrintArgs
extends java.lang.Object

Prints the command line arguments.

Author:
C. Vickery

Constructor Summary
PrintArgs()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Prints each of the command line arguments, if there are any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintArgs

public PrintArgs()
Method Detail

main

public static void main(java.lang.String[] argv)
Prints each of the command line arguments, if there are any.
Parameters:
argv - The String array of command line arguments.
Returns:
nothing