public abstract class SettingsEnabledSupport extends java.lang.Object implements SettingsEnabled
| Constructor and Description |
|---|
SettingsEnabledSupport(Settings settings) |
SettingsEnabledSupport(SettingsEnabled settingsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
protected BuildSettings |
getBuild() |
protected DependenciesSettings |
getDependencies() |
protected GolangSettings |
getGolang() |
Settings |
getSettings() |
protected TestingSettings |
getTesting() |
protected ToolchainSettings |
getToolchain() |
public SettingsEnabledSupport(@Nonnull
Settings settings)
public SettingsEnabledSupport(@Nonnull
SettingsEnabled settingsEnabled)
@Nonnull public Settings getSettings()
getSettings in interface SettingsEnabled@Nonnull protected GolangSettings getGolang()
@Nonnull protected BuildSettings getBuild()
@Nonnull protected DependenciesSettings getDependencies()
@Nonnull protected ToolchainSettings getToolchain()
@Nonnull protected TestingSettings getTesting()