Package com.mchange.v2.cfg
Interface PropertiesConfigSource
- All Known Implementing Classes:
BasicPropertiesConfigSource
,HoconPropertiesConfigSource
public interface PropertiesConfigSource
implementations should have no-arg constructors
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionpropertiesFromSource
(String identifier) An Exception signifies this source cannot be parsed at all; it is a bad source.
-
Method Details
-
propertiesFromSource
PropertiesConfigSource.Parse propertiesFromSource(String identifier) throws FileNotFoundException, Exception 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.- Throws:
FileNotFoundException
Exception
-