Package com.mchange.v2.cfg
Class BasicPropertiesConfigSource
- java.lang.Object
-
- com.mchange.v2.cfg.BasicPropertiesConfigSource
-
- All Implemented Interfaces:
PropertiesConfigSource
public final class BasicPropertiesConfigSource extends java.lang.Object implements PropertiesConfigSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.mchange.v2.cfg.PropertiesConfigSource
PropertiesConfigSource.Parse
-
-
Constructor Summary
Constructors Constructor Description BasicPropertiesConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesConfigSource.Parse
propertiesFromSource(java.lang.String identifier)
An Exception signifies this source cannot be parsed at all; it is a bad source.
-
-
-
Method Detail
-
propertiesFromSource
public PropertiesConfigSource.Parse propertiesFromSource(java.lang.String identifier) throws java.io.FileNotFoundException, java.lang.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:
java.io.FileNotFoundException
java.lang.Exception
-
-