io.args
Class ArgumentGetter

java.lang.Object
  extended byio.args.ArgumentGetter

public class ArgumentGetter
extends java.lang.Object

Purpose: The ArgumentGetter class
Description:
The ArgumentGetter reads arguments from the command line (or any other String[]), and presents them as a HashMap of ArrayLists.

Author:
vincent

Field Summary
 java.lang.String argSeparator
           
 
Constructor Summary
ArgumentGetter()
           
 
Method Summary
 java.util.HashMap getArgs(java.lang.String[] arguments)
          Generate a HashMap from a String[] of arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argSeparator

public java.lang.String argSeparator
Constructor Detail

ArgumentGetter

public ArgumentGetter()
Method Detail

getArgs

public java.util.HashMap getArgs(java.lang.String[] arguments)
                          throws java.io.IOException
Generate a HashMap from a String[] of arguments.

Parameters:
arguments -
Returns:
the arguments
Throws:
java.io.IOException