com.norbl.util
Class AbstractParams

java.lang.Object
  extended by com.norbl.util.AbstractParams
Direct Known Subclasses:
ParamsEc2

public abstract class AbstractParams
extends java.lang.Object

Base class for constructing subsets of the params in ParamHt.


Field Summary
protected  ParamHt ht
           
 
Constructor Summary
AbstractParams(ParamHt ht)
           
 
Method Summary
static boolean checkForReadFileAccess(java.io.File f)
           
protected  java.lang.String getConfigFileSuffix()
           
protected abstract  void setParamVal(java.lang.String key, java.lang.String val)
           
protected  void setParamVals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ht

protected ParamHt ht
Constructor Detail

AbstractParams

public AbstractParams(ParamHt ht)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setParamVals

protected void setParamVals()
                     throws java.lang.Exception
Throws:
java.lang.Exception

setParamVal

protected abstract void setParamVal(java.lang.String key,
                                    java.lang.String val)
                             throws java.lang.Exception
Throws:
java.lang.Exception

getConfigFileSuffix

protected java.lang.String getConfigFileSuffix()

checkForReadFileAccess

public static boolean checkForReadFileAccess(java.io.File f)