Package com.openindex.openestate.tool.db
Class DbPlugin
- java.lang.Object
-
- com.openindex.openestate.tool.db.DbPlugin
-
- All Implemented Interfaces:
Serializable
public class DbPlugin extends Object implements Serializable
DbPlugin.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DbPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSetting(String key)
String
getSetting(String key, String defaultValue)
void
putSetting(String key, String value)
void
removeSettings(String prefix)
-