Signer

scala.build.options.publish.Signer$
See theSigner companion class
object Signer

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Signer.type

Members list

Concise view

Type members

Classlikes

case object BouncyCastle extends Signer

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Signer
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Gpg extends Signer

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Signer
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Gpg.type
case object Nop extends Signer

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Signer
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Nop.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse(input: Positioned[String]): Either[MalformedInputError, Signer]