Package com.norbl.util

Class Summary
AbstractParams Base class for constructing subsets of the params in ParamHt.
ArgvUtil Methods to parse string arguments with the format <label>=<value>.
ExceptionHandler Primarily used for debugging.
FileUtil  
NearNilLog An implementation of org.apache.commons.logging.Log that suppresses most log messages and writes the other to the stdout.
ParamHt A hash table of string param values keyed by parm names.
SshCp Copies files between to remote systems using Ganymed's scp.
StringUtil  
TimeUtil  
 

Enum Summary
ParamHt.ParamName  
SysProp I'm sick of typing these strings.
 

Exception Summary
ImproperParamException Thrown if a required parameter has not been specified in the config file or argv.
InaccessibleFileException  
MissingParamsException Thrown if a required parameter has not been specified in the config file or argv.