public class DriverProperties extends Object
| Constructor and Description |
|---|
DriverProperties(String url,
String user,
String password,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getProperty(String key) |
String |
getUrl() |
String |
getUser() |
static DriverProperties |
load(String propertyPath,
String prefix) |
String |
toString() |
public DriverProperties(String url, String user, String password, Properties properties)
Copyright © 2012–2021 Naver Corporation. All rights reserved.