ProductType

scamper.http.types.ProductType
See theProductType companion trait
object ProductType

Provides factory for ProductType.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(name: String, version: Option[String]): ProductType

Creates product with supplied values.

Creates product with supplied values.

Attributes

def parse(product: String): ProductType

Parses formatted product.

Parses formatted product.

Attributes

def parseAll(products: String): Seq[ProductType]

Parses formatted list of products.

Parses formatted list of products.

Attributes