util
Class ParmsDB

java.lang.Object
  extended by util.ParmsDB

public class ParmsDB
extends java.lang.Object

TODO implement da raffinare, prima di realizzarla

Author:
Carlo Montangero

Constructor Summary
ParmsDB(java.lang.String[] args)
          Builds a map from command line switches to the associated arguments (default value if switch missing)
 
Method Summary
 java.lang.String getPar(java.lang.String commandLineSwitch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParmsDB

public ParmsDB(java.lang.String[] args)
Builds a map from command line switches to the associated arguments (default value if switch missing)

Parameters:
args - command line arguments
Method Detail

getPar

public java.lang.String getPar(java.lang.String commandLineSwitch)
Parameters:
commandLineSwitch -
Returns:
the command line argument associated with commandLineSwitch