c

nelson.yaml

RouteYaml

class RouteYaml extends AnyRef

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

Instance Constructors

  1. new RouteYaml()

Value Members

  1. var destination: String
  2. var expose: String
  3. def getDestination(): String
  4. def getExpose(): String
  5. def getName(): String
  6. var name: String
  7. def setDestination(arg0: String): Unit
  8. def setExpose(arg0: String): Unit
  9. def setName(arg0: String): Unit