public interface PropertiesConfigSource
Modifier and Type | Interface and Description |
---|---|
static class |
PropertiesConfigSource.Parse |
Modifier and Type | Method and Description |
---|---|
PropertiesConfigSource.Parse |
propertiesFromSource(java.lang.String identifier)
An Exception signifies this source cannot be parsed at all;
it is a bad source.
|
PropertiesConfigSource.Parse propertiesFromSource(java.lang.String identifier) throws java.io.FileNotFoundException, java.lang.Exception
java.io.FileNotFoundException
java.lang.Exception