|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.config.SailConfig
Representation of the configuration settings for a Sail object.
| Constructor Summary | |
SailConfig(String sailClass)
|
|
| Method Summary | |
Object |
clone()
|
boolean |
equals(Object other)
|
Map |
getConfigParameters()
|
String |
getParameter(String name)
Retrieves the parameter with the supplied name. |
String |
getSailClass()
Returns the sail class of the Sail object represented by this SailConfig. |
int |
hashCode()
|
boolean |
hasParameter(String key)
Checks if the parameter with the supplied key exists |
void |
removeParameter(String key)
Removes the parameter with the supplied key |
void |
setConfigParameters(Map configParams)
|
void |
setParameter(String name,
String value)
Sets the parameter with the supplied value. |
void |
setParameterKey(String oldKey,
String newKey)
Sets the key of the parameter with the supplied old key to the given new key |
void |
setParameterValue(String key,
String value)
Sets the value of the parameter with the supplied key to the given value |
void |
setSailClass(String sailClass)
Sets the sail class of the Sail object represented by this SailConfig. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SailConfig(String sailClass)
| Method Detail |
public String getSailClass()
public void setSailClass(String sailClass)
sailClass - the full class name of the Sail object.
public void setParameter(String name,
String value)
name - the name of the parametervalue - the value of the parameterpublic void removeParameter(String key)
key - Parameter keypublic String getParameter(String name)
name - the name of the parameter
public void setParameterKey(String oldKey,
String newKey)
oldKey - Old parameter keynewKey - New parameter key
public void setParameterValue(String key,
String value)
key - Parameter keyvalue - Parameter valuepublic boolean hasParameter(String key)
key - Parameter key
public Map getConfigParameters()
public void setConfigParameters(Map configParams)
public boolean equals(Object other)
public int hashCode()
public Object clone()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||