com.norbl.util
Class AbstractParams
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ht
protected ParamHt ht
AbstractParams
public AbstractParams(ParamHt ht)
throws java.lang.Exception
- Throws:
java.lang.Exception
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)