Package com.mchange.v2.cfg
Class BasicPropertiesConfigSource
java.lang.Object
com.mchange.v2.cfg.BasicPropertiesConfigSource
- All Implemented Interfaces:
PropertiesConfigSource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mchange.v2.cfg.PropertiesConfigSource
PropertiesConfigSource.Parse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionpropertiesFromSource
(String identifier) An Exception signifies this source cannot be parsed at all; it is a bad source.
-
Constructor Details
-
BasicPropertiesConfigSource
public BasicPropertiesConfigSource()
-
-
Method Details
-
propertiesFromSource
public PropertiesConfigSource.Parse propertiesFromSource(String identifier) throws FileNotFoundException, Exception Description copied from interface:PropertiesConfigSource
An Exception signifies this source cannot be parsed at all; it is a bad source. More local failures should be handled and reported in parse messages.- Specified by:
propertiesFromSource
in interfacePropertiesConfigSource
- Throws:
FileNotFoundException
Exception
-