|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.props.AbstractPropertySource<T>
org.ldaptive.props.SimplePropertySource<T>
T - type of object to invoke properties onpublic final class SimplePropertySource<T>
Reads simple properties and returns an initialized object of the supplied 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 | |
|---|---|
SimplePropertySource(T t)
Creates a new simple property source using the default properties file. |
|
SimplePropertySource(T t,
Properties props)
Creates a new simple property source. |
|
SimplePropertySource(T t,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new simple property source. |
|
SimplePropertySource(T t,
Reader... readers)
Creates a new simple property source. |
|
SimplePropertySource(T t,
String... paths)
Creates a new simple property source. |
|
| Method Summary | |
|---|---|
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 SimplePropertySource(T t)
t - object to invoke properties on
public SimplePropertySource(T t,
String... paths)
t - object to invoke properties onpaths - to read properties from
public SimplePropertySource(T t,
Reader... readers)
t - object to invoke properties onreaders - to read properties from
public SimplePropertySource(T t,
Properties props)
t - object to invoke properties onprops - to read properties from
public SimplePropertySource(T t,
PropertySource.PropertyDomain domain,
Properties props)
t - object to invoke properties ondomain - that properties are inprops - to read properties from| Method Detail |
|---|
public void initialize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||