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
Nested Classes Modifier and Type Interface Description static class
PropertiesConfigSource.Parse
-
Method Summary
All Methods Instance Methods Abstract 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
PropertiesConfigSource.Parse propertiesFromSource(java.lang.String identifier) throws java.io.FileNotFoundException, java.lang.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:
java.io.FileNotFoundException
java.lang.Exception
-
-