|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--webfunds.utils.Params
This class wil provide parameter parsing it is implemented as a hash table
| Constructor Summary | |
Params(java.lang.String[] args)
The construct will typically be called from the main. |
|
| Method Summary | |
java.lang.String |
get(java.lang.String key)
returns the String to which the specified key is mapped Note: null can be returned. |
java.lang.String |
hello()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Params(java.lang.String[] args)
args - key,value combination eq (-time "23:00:65")
note the amount of arguments sould be a factor of 2
the keys do not have to start with -| Method Detail |
public java.lang.String get(java.lang.String key)
public java.lang.String hello()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||