public class DatabaseConfig extends Object
| Constructor and Description |
|---|
DatabaseConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
boolean |
isClean() |
void |
setClean(boolean clean)
Flag indicating that the database should be wiped clean on
initialization.
|
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public String getUrl()
public void setUrl(String url)
url - the url to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic boolean isClean()
public void setClean(boolean clean)
clean - the clean to setCopyright © 2014–2015 DuraSpace. All rights reserved.