|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.khubla.pragmatach.framework.configuration.BaseConfiguration com.khubla.pragmatach.framework.configuration.HashmapConfigurationImpl
public class HashmapConfigurationImpl
a configuration class mainly useful for testing
Constructor Summary | |
---|---|
HashmapConfigurationImpl()
ctor |
|
HashmapConfigurationImpl(String[][] parameters)
|
Method Summary | |
---|---|
Map<String,String> |
getAll()
all |
Object |
getObject(String name)
get an object by name |
String |
getParameter(String name)
get a parameter by name |
void |
setParameter(String name,
String value)
|
Methods inherited from class com.khubla.pragmatach.framework.configuration.BaseConfiguration |
---|
resolveObject, resolveString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashmapConfigurationImpl()
public HashmapConfigurationImpl(String[][] parameters)
Method Detail |
---|
public Map<String,String> getAll() throws PragmatachException
Configuration
PragmatachException
public Object getObject(String name) throws PragmatachException
Configuration
PragmatachException
public String getParameter(String name) throws PragmatachException
Configuration
PragmatachException
public void setParameter(String name, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |