Class FilePropertiesLoader
- java.lang.Object
-
- elf4j.engine.service.configuration.FilePropertiesLoader
-
- All Implemented Interfaces:
PropertiesLoader
public class FilePropertiesLoader extends Object implements PropertiesLoader
-
-
Field Summary
Fields Modifier and Type Field Description static StringELF4J_PROPERTIES_LOCATION
-
Constructor Summary
Constructors Constructor Description FilePropertiesLoader()
-
-
-
Field Detail
-
ELF4J_PROPERTIES_LOCATION
public static final String ELF4J_PROPERTIES_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
load
@Nullable public Properties load()
- Specified by:
loadin interfacePropertiesLoader- Returns:
- configuration properties loaded from either the default or specified location
-
-