E - public abstract class AbstractBuilder<T,E,F extends Config> extends Object
| Constructor and Description |
|---|
AbstractBuilder(org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
E |
build() |
protected abstract E |
compile() |
T |
config(F config) |
T |
config(Properties properties) |
T |
config(PropertiesConfig properties) |
protected abstract T |
generate() |
Config |
getConfig() |
protected List<F> |
getConfigs() |
public E build()
protected abstract E compile()
public T config(Properties properties)
public T config(PropertiesConfig properties)
public Config getConfig()
Copyright © 2019. All rights reserved.