ThemeDescriptor

case class ThemeDescriptor(description: String, extensions: Seq[String])

Provides a short description of a theme and its extensions for tooling or logging.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def formatted: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product