public interface PropertyReader
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
readProperties()
Read a map of properties from this input source.
|
java.util.Map readProperties()
throws PropertyException,
java.io.IOException
PropertyException - Failed to read properties.java.io.IOException - I/O error while reading properties.