public class PropertiesConfigSource extends MapBackedConfigSource
| Constructor and Description |
|---|
PropertiesConfigSource(Map<String,String> properties,
String source,
int ordinal) |
PropertiesConfigSource(Properties properties,
String source) |
PropertiesConfigSource(URL url)
Construct a new instance
|
getProperties, getPropertyNames, getValuegetName, getOrdinal, toStringpublic PropertiesConfigSource(URL url) throws IOException
url - a property file locationIOException - if an error occurred when reading from the input streampublic PropertiesConfigSource(Properties properties, String source)
Copyright © 2018–2019. All rights reserved.