c

nelson.yaml

UnitYaml

class UnitYaml extends AnyRef

Ok this is a bit janky: 'required' fields should have their value initially set to '_' whilst fields that are "optional" should have their value set to a sane default, such as an empty list in the case of lists.

Source
ManifestV1Parser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnitYaml
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnitYaml()

Value Members

  1. var alerting: AlertingYaml
  2. var dependencies: ArrayList[DependencyYaml]
  3. var description: String
  4. def getAlerting(): AlertingYaml
  5. def getDependencies(): ArrayList[DependencyYaml]
  6. def getDescription(): String
  7. def getMeta(): ArrayList[String]
  8. def getName(): String
  9. def getPorts(): ArrayList[String]
  10. def getResources(): ArrayList[ResourceYaml]
  11. var meta: ArrayList[String]
  12. var name: String
  13. var ports: ArrayList[String]
  14. var resources: ArrayList[ResourceYaml]
  15. def setAlerting(arg0: AlertingYaml): Unit
  16. def setDependencies(arg0: ArrayList[DependencyYaml]): Unit
  17. def setDescription(arg0: String): Unit
  18. def setMeta(arg0: ArrayList[String]): Unit
  19. def setName(arg0: String): Unit
  20. def setPorts(arg0: ArrayList[String]): Unit
  21. def setResources(arg0: ArrayList[ResourceYaml]): Unit