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

scala.cli.commands.pgp.PgpProxyMaker.scala Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package scala.cli.commands.pgp

/** Used for choosing the right PGP proxy implementation when Scala CLI is run on JVM. 
* * See [[scala.cli.internal.PgpProxyMakerSubst PgpProxyMakerSubst]] */ class PgpProxyMaker { def get(forceSigningExternally: java.lang.Boolean): PgpProxy = if (forceSigningExternally) new PgpProxy else new PgpProxyJvm }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy