public class PropertiesPropertySourceLoader extends AbstractPropertySourceLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTIES_EXTENSION
File extension for property source loader.
|
DEFAULT_POSITION, logHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
PropertiesPropertySourceLoader() |
PropertiesPropertySourceLoader(boolean logEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExtensions() |
protected void |
processInput(String name,
InputStream input,
Map<String,Object> finalMap) |
createPropertySource, getOrder, isLogEnabled, load, loadEnv, processMap, read, readInput, setLogEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadisEnabledreadpublic static final String PROPERTIES_EXTENSION
public PropertiesPropertySourceLoader()
public PropertiesPropertySourceLoader(boolean logEnabled)
protected void processInput(String name, InputStream input, Map<String,Object> finalMap) throws IOException
processInput in class AbstractPropertySourceLoadername - The nameinput - The input streamfinalMap - The map with all the properties processedIOException - If the input stream doesn't exist