WManifest

dotty.tools.io.Jar.WManifest
See theWManifest companion object
implicit class WManifest(val manifest: JManifest)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(name: Name): String
def apply(name: String): String
def attrs: Map[Name, String]
def update(key: Name, value: String): Option[String]
def update(key: String, value: String): Option[String]

Concrete fields