blended.updater.config.PropertyProvider.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
trait PropertyProvider {
def provide(key: String): Option[String]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy