|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.api.config.app.FactoryConfiguration
@ThreadSafe public final class FactoryConfiguration
Provides properties to configure an instance of ConfigurationPropertiesFactory
.
Constructor Summary | |
---|---|
FactoryConfiguration() Default constructor. |
Method Summary | |
---|---|
PropertyValueSecurity |
getDecrypter() Returns the helper to decrypt secured property values. |
boolean |
isAddDefaultRootLocations() Returns the flag to tell whether ( true ) or not ( false ) the URLs of the context class loader should be added. |
boolean |
isSkipClassPathPropertyLoading() Returns the flag indicates that loading properties form the class path is to be skipped. |
boolean |
isUseCache() Returns the flag indicates that a cache should be provided, if supported. |
void |
setAddDefaultRootLocations(boolean addDefaultRootLocations) Sets the flag to tell whether ( true ) or not ( false ) the URLs of the context class loader should be added. |
void |
setDecrypter(PropertyValueSecurity decrypter) Sets the helper to decrypt secured property values. |
void |
setSkipClassPathPropertyLoading(boolean skipClassPathPropertyLoading) Sets the flag indicates that loading properties from the class path is to be skipped. |
void |
setUseCache(boolean useCache) Sets the flag indicates that a cache should be provided, if supported. |
String |
toString() Provides the properties via reflection for displaying debug information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FactoryConfiguration()
Method Detail |
---|
public boolean isAddDefaultRootLocations()
true
) or not (
false
) the URLs of the context class loader should be added.
true
) or not (
false
) the URLs of the context class loader should be added.
public void setAddDefaultRootLocations(boolean addDefaultRootLocations)
true
) or not (
false
) the URLs of the context class loader should be added.
addDefaultRootLocations
- the flag to tell whether (
true
) or not (
false
) the URLs of the context class loader should be added.
public boolean isSkipClassPathPropertyLoading()
public void setSkipClassPathPropertyLoading(boolean skipClassPathPropertyLoading)
skipClassPathPropertyLoading
- the flag indicates that loading properties from the class path is to be skipped.
public boolean isUseCache()
public void setUseCache(boolean useCache)
useCache
- the flag indicates that a cache should be provided, if supported.
public PropertyValueSecurity getDecrypter()
public void setDecrypter(PropertyValueSecurity decrypter)
decrypter
- the helper to decrypt secured property values.
public String toString()
Provides the properties via reflection for displaying debug information.
Please note that calling this method may not be thread-safe. The flag printed may not reflect an actual state or a state that ever existed.
toString
in class
Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |