B
- This builder type or a subclass.DriverManagerConnectionSource.Builder
public static class AbstractDriverManagerConnectionSource.Builder<B extends AbstractDriverManagerConnectionSource.Builder<B>> extends Object
Modifier and Type | Field | Description |
---|---|---|
protected String |
connectionString |
|
protected String |
driverClassName |
|
protected char[] |
password |
|
protected Property[] |
properties |
|
protected char[] |
userName |
Constructor | Description |
---|---|
Builder() |
Modifier and Type | Method | Description |
---|---|---|
protected B |
asBuilder() |
|
String |
getConnectionString() |
|
String |
getDriverClassName() |
|
char[] |
getPassword() |
|
Property[] |
getProperties() |
|
char[] |
getUserName() |
|
B |
setConnectionString(String connectionString) |
|
B |
setDriverClassName(String driverClassName) |
|
B |
setPassword(char[] password) |
|
B |
setProperties(Property[] properties) |
|
B |
setUserName(char[] userName) |
@PluginBuilderAttribute @Required protected String connectionString
@PluginBuilderAttribute protected String driverClassName
@PluginBuilderAttribute protected char[] password
@PluginElement("Properties") protected Property[] properties
@PluginBuilderAttribute protected char[] userName
protected B asBuilder()
public String getConnectionString()
public String getDriverClassName()
public char[] getPassword()
public Property[] getProperties()
public char[] getUserName()
public B setPassword(char[] password)
public B setUserName(char[] userName)
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.