LicenseFile

svsim.vcs.Backend.LicenseFile
object LicenseFile

Utilities for working with VCS license files

Attributes

Source
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Generic(value: String) extends Type

A generic license file environment variable

A generic license file environment variable

Value parameters

value

the value of the environment value

Attributes

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

Attributes

Companion
class
Source
Backend.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Generic.type
case class Synopsys(value: String) extends Type

A Synopsys-specific license file environment variable

A Synopsys-specific license file environment variable

Value parameters

value

the value of the environment variable

Attributes

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

Attributes

Companion
class
Source
Backend.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Synopsys.type
sealed trait Type

The super type of all license files

The super type of all license files

Attributes

Source
Backend.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Generic
class Synopsys