final case class NelsonUnit(kind: String, name: String) extends Product with Serializable
A (potentially) deployable unit
- kind
ex:
howdy-http
- name
ex:
howdy-http-0.4
- Source
- ManifestValidator.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NelsonUnit
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All