|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.props.AbstractPropertySource<DefaultConnectionFactory>
org.ldaptive.props.DefaultConnectionFactoryPropertySource
public final class DefaultConnectionFactoryPropertySource
Reads properties specific to DefaultConnectionFactory
and returns an initialized object of that type.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ldaptive.props.PropertySource |
|---|
PropertySource.PropertyDomain |
| Field Summary |
|---|
| Fields inherited from class org.ldaptive.props.AbstractPropertySource |
|---|
extraProps, logger, object, properties, PROPERTIES_FILE, propertiesDomain |
| Constructor Summary | |
|---|---|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
Creates a new default connection factory property source using the default properties file. |
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
Properties props)
Creates a new default connection factory property source. |
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new default connection factory property source. |
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
Reader... readers)
Creates a new default connection factory property source. |
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
String... paths)
Creates a new default connection factory property source. |
|
| Method Summary | |
|---|---|
static Set<String> |
getProperties()
Returns the property names for this property source. |
void |
initialize()
Initializes the object for this property source. |
| Methods inherited from class org.ldaptive.props.AbstractPropertySource |
|---|
initializeObject, loadProperties, loadProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf)
cf - connection factory to invoke properties on
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
String... paths)
cf - connection factory to invoke properties onpaths - to read properties from
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
Reader... readers)
cf - connection factory to invoke properties onreaders - to read properties from
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
Properties props)
cf - connection factory to invoke properties onprops - to read properties from
public DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
cf - connection factory to invoke properties ondomain - that properties are inprops - to read properties from| Method Detail |
|---|
public void initialize()
public static Set<String> getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||