public class DBCreationProperties extends Object implements StorageCreationProperties
| Constructor and Description |
|---|
DBCreationProperties()
Constructor DBCreationProperties.
|
DBCreationProperties(String serverUrl,
Map<String,String> connProps,
String dbScriptPath,
String dbUserName,
String dbPassword)
Constructor DBCreationProperties.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConnProps()
Returns connection properties.
|
String |
getDBPassword()
Returns new user's password.
|
String |
getDBScriptPath()
Returns script path.
|
String |
getDBUserName()
Returns return username for new database.
|
String |
getServerUrl()
Returns url to db server.
|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public DBCreationProperties(String serverUrl, Map<String,String> connProps, String dbScriptPath, String dbUserName, String dbPassword)
public DBCreationProperties()
public String getDBScriptPath()
public String getDBUserName()
public String getDBPassword()
public String getServerUrl()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2003–2021 eXo Platform SAS. All rights reserved.