class WManifest

Constructors

WManifest ( manifest: JManifest )
WManifest ( x$0: InputStream )
WManifest ( x$0: Manifest )
WManifest ( )

Members

private val manifest : JManifest
def apply ( name: Name ) : String
def apply ( name: String ) : String
def attrs : Map [ Name, String ]
def clear ( ) : Unit
def clone ( ) : Object
def eq ( x$0: Object ) : Boolean
def equals ( x$0: Any ) : Boolean
def finalize ( ) : Unit
def getAttributes ( x$0: String ) : Attributes
def getEntries ( ) : Map [ String, Attributes ]
def getMainAttributes ( ) : Attributes
def hashCode ( ) : Int
def initialMainAttrs : Map [ Name, String ]
def mainClass : String
def mainClass_= ( value: String ) : Option [ B ]
def ne ( x$0: Object ) : Boolean
def notify ( ) : Unit
def notifyAll ( ) : Unit
@throws def read ( x$0: InputStream ) : Unit
def synchronized ( x$0: X0 ) : X0
def underlying : JManifest
def update ( key: Name , value: String ) : Option [ B ]
def update ( key: String , value: String ) : Option [ B ]
def wait ( ) : Unit
def wait ( x$0: Long ) : Unit
def wait ( x$0: Long , x$1: Int ) : Unit
@throws def write ( x$0: OutputStream ) : Unit