public static class EzySimpleSettingsReader.Builder extends Object implements com.tvd12.ezyfox.builder.EzyBuilder<EzySettingsReader>
| Modifier and Type | Field and Description |
|---|---|
protected ClassLoader |
classLoader |
protected String |
homePath |
protected EzySettingsDecorator |
settingsDecorator |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EzySettingsReader |
build() |
EzySimpleSettingsReader.Builder |
classLoader(ClassLoader classLoader) |
EzySimpleSettingsReader.Builder |
homePath(String homePath) |
EzySimpleSettingsReader.Builder |
settingsDecorator(EzySettingsDecorator settingsDecorator) |
protected String homePath
protected ClassLoader classLoader
protected EzySettingsDecorator settingsDecorator
public EzySimpleSettingsReader.Builder homePath(String homePath)
public EzySimpleSettingsReader.Builder classLoader(ClassLoader classLoader)
public EzySimpleSettingsReader.Builder settingsDecorator(EzySettingsDecorator settingsDecorator)
public EzySettingsReader build()
build in interface com.tvd12.ezyfox.builder.EzyBuilder<EzySettingsReader>Copyright © 2024 Young Monkeys. All rights reserved.