All Downloads are FREE. Search and download functionalities are using the official Maven repository.

blended.updater.config.GeneratedConfig.scala Maven / Gradle / Ivy

There is a newer version: 2.5.0-M10
Show newest version
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