Generic

svsim.vcs.Backend.LicenseFile.Generic
See theGeneric companion object
case class Generic(value: String) extends Type

A generic license file environment variable

Value parameters

value

the value of the environment value

Attributes

Companion
object
Source
Backend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Type
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toEnvVar: (String, String)

Convert this to name/value tuple that can be used to set an environment variable

Convert this to name/value tuple that can be used to set an environment variable

Attributes

Definition Classes
Source
Backend.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product