Jar

dotty.tools.io.Jar
See theJar companion object
class Jar(file: File)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(jfile: JFile)
def this(path: String)

Concrete methods

The manifest-defined classpath String if available.

The manifest-defined classpath String if available.

Attributes

def jarWriter(mainAttrs: (Name, String)*): JarWriter
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
def withJarInput[T](f: JarInputStream => T): T

Concrete fields

lazy val jarFile: JarFile