- 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 StringgetProperty(String key, String defaultValue)booleanmatch(String targetName)Optional<ItemValue>property(ItemKey key)ItemValueproperty(ItemKey key, ItemValue defaultValue)Stream<Item>propertyStream()voidput(String key, String value)Stream<Rule>rules()StringtoJson()
-