blended.updater.config.GeneratedConfig.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blended.updater.config Show documentation
Show all versions of blended.updater.config Show documentation
Configurations for Updater and Launcher
package blended.updater.config
import com.typesafe.config.Config
/**
* Definition of a config file generator.
* The generator has a file name (relative to the profile) and will write the given config into the config file.
*
* @param configFile The relative config file name.
* @param config The config to be written into the config file.
*/
case class GeneratedConfig(configFile: String, config: Config)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy