Packages

c

nelson.Templates

TemplateValidation

final case class TemplateValidation(unitRef: UnitRef, resources: Set[String], template: String) extends Product with Serializable

A template that we want to render in Nelson

unitRef

the name of the unit that owns the template

resources

a set of resources the unit depends on

template

the content of the template

Source
Templates.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TemplateValidation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateValidation(unitRef: UnitRef, resources: Set[String], template: String)

    unitRef

    the name of the unit that owns the template

    resources

    a set of resources the unit depends on

    template

    the content of the template

Value Members

  1. val resources: Set[String]
  2. val template: String
  3. val unitRef: UnitRef