public class ConfigurationBuilder extends Object
| Constructor and Description |
|---|
ConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.ehcache.config.Configuration |
build(com.typesafe.config.Config config) |
protected void |
each(com.typesafe.config.Config conf,
BiConsumer<String,com.typesafe.config.Config> callback) |
protected <T extends net.sf.ehcache.config.FactoryConfiguration<?>> |
newFactory(String path,
com.typesafe.config.Config config,
Supplier<T> supplier) |
protected void |
sbool(String path,
com.typesafe.config.Config config,
String name,
Consumer<Boolean> setter) |
protected void |
sbytes(String path,
com.typesafe.config.Config config,
String name,
Consumer<Long> setter) |
protected void |
sconf(String path,
com.typesafe.config.Config config,
String name,
Consumer<com.typesafe.config.Config> setter) |
protected void |
sint(String path,
com.typesafe.config.Config config,
String name,
Consumer<Integer> setter) |
protected void |
siseconds(String path,
com.typesafe.config.Config config,
String name,
Consumer<Integer> setter) |
protected net.sf.ehcache.config.SizeOfPolicyConfiguration |
sizeOfPolicy(String path,
com.typesafe.config.Config conf) |
protected void |
slong(String path,
com.typesafe.config.Config config,
String name,
Consumer<Long> setter) |
protected void |
sms(String path,
com.typesafe.config.Config config,
String name,
Consumer<Long> setter) |
protected void |
sseconds(String path,
com.typesafe.config.Config config,
String name,
Consumer<Long> setter) |
protected void |
sstr(String path,
com.typesafe.config.Config config,
String name,
Consumer<String> setter) |
protected String |
toPropertiesLine(com.typesafe.config.Config properties,
String sep) |
public net.sf.ehcache.config.Configuration build(com.typesafe.config.Config config)
protected net.sf.ehcache.config.SizeOfPolicyConfiguration sizeOfPolicy(String path, com.typesafe.config.Config conf)
protected <T extends net.sf.ehcache.config.FactoryConfiguration<?>> T newFactory(String path, com.typesafe.config.Config config, Supplier<T> supplier)
protected String toPropertiesLine(com.typesafe.config.Config properties, String sep)
protected void sbool(String path, com.typesafe.config.Config config, String name, Consumer<Boolean> setter)
protected void slong(String path, com.typesafe.config.Config config, String name, Consumer<Long> setter)
protected void sint(String path, com.typesafe.config.Config config, String name, Consumer<Integer> setter)
protected void siseconds(String path, com.typesafe.config.Config config, String name, Consumer<Integer> setter)
protected void sseconds(String path, com.typesafe.config.Config config, String name, Consumer<Long> setter)
protected void sms(String path, com.typesafe.config.Config config, String name, Consumer<Long> setter)
protected void sbytes(String path, com.typesafe.config.Config config, String name, Consumer<Long> setter)
protected void sstr(String path, com.typesafe.config.Config config, String name, Consumer<String> setter)
protected void sconf(String path, com.typesafe.config.Config config, String name, Consumer<com.typesafe.config.Config> setter)
protected void each(com.typesafe.config.Config conf,
BiConsumer<String,com.typesafe.config.Config> callback)
Copyright © 2017. All rights reserved.