public interface Props
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key)
Shows whether the properties contains
a property with the specified key.
|
Set<Map.Entry<String,String>> |
entrySet()
Retrieves all properties
as a
Set of Map.Entrys. |
String |
property(String key)
Retrieves property value by key.
|
Props |
with(String key,
String value)
Adds a new property.
|
Props with(String key, String value) throws IOException
key - Property key.value - Property value.IOException - If an error occurs.String property(String key)
key - Property key.boolean containsKey(String key)
key - Property key.Copyright © 2017–2018 jcabi.com. All rights reserved.