- java.lang.Object
-
- jp.cafebabe.birthmarks.config.Configuration
-
public class Configuration extends Object
-
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProperty(String key, String defaultValue)
boolean
match(String targetName)
Optional<ItemValue>
property(ItemKey key)
ItemValue
property(ItemKey key, ItemValue defaultValue)
Stream<Item>
propertyStream()
void
put(String key, String value)
Stream<Rule>
rules()
String
toJson()
-