| Field Summary | |
|---|---|
| protected Log |
Logger available to subclasses |
| static String |
No description provided. |
| Constructor Summary |
|---|
|
No description provided. |
| Method Summary | |
|---|---|
| protected void |
Load properties into the given instance. |
| protected Properties |
Return a merged Properties instance containing both the loaded properties and properties set on this FactoryBean. |
| void |
Set the encoding to use for parsing properties files. |
| void |
Set if failure to find the property resource should be ignored. |
| void |
Set whether local properties override properties from files. |
| void |
Set a location of a properties file to be loaded. |
| void |
Set locations of properties files to be loaded. |
| void |
Set local properties, e.g. |
| void |
Set local properties, e.g. |
| void |
Set the PropertiesPersister to use for parsing properties files. |
| Methods inherited from java.langObject |
|---|
Default is none, using the java.util.Properties
default encoding.
Only applies to classic properties files, not to XML files.
public
void
setIgnoreResourceNotFound
(
boolean
ignoreResourceNotFound
)
public
void
setLocalOverride
(
boolean
localOverride
)
Can point to a classic properties file or to an XML file that follows JDK 1.5's properties XML format.
Can point to classic properties files or to XML files that follow JDK 1.5's properties XML format.