B
- This builder type or a subclass.public static class AbstractDriverManagerConnectionSource.Builder<B extends AbstractDriverManagerConnectionSource.Builder<B>> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
connectionString |
protected String |
driverClassName |
protected char[] |
password |
protected Property[] |
properties |
protected char[] |
userName |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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(value="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-2023 The Apache Software Foundation. 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.