final case class ManifestValidation(units: List[NelsonUnit], config: String) extends Product with Serializable
A nelson manifest that we want to validate
- units
the units that are to be verified
- config
the complete string content of the manifest file
- Source
- ManifestValidator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ManifestValidation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ManifestValidation(units: List[NelsonUnit], config: String)
- units
the units that are to be verified
- config
the complete string content of the manifest file
Value Members
- val config: String
- val units: List[NelsonUnit]