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
Constructors -
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:PropertiesConfigSourceAn 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:
propertiesFromSourcein interfacePropertiesConfigSource- Throws:
FileNotFoundExceptionException
-