Package com.mchange.v2.cfg
Interface PropertiesConfigSource
-
- All Known Implementing Classes:
BasicPropertiesConfigSource,HoconPropertiesConfigSource
public interface PropertiesConfigSourceimplementations should have no-arg constructors
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropertiesConfigSource.Parse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesConfigSource.ParsepropertiesFromSource(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.FileNotFoundExceptionjava.lang.Exception
-
-