Library

mill.eclipse.Library
final case class Library(jarPath: Path, sourcesJarPath: Path | Null, javadocJarPath: Path | Null)

This contains the information about a Mill Module library. As this not necessarily has to be a Jar archive and if it is, there is no garantee that a sources or Javadoc Jar archive exists.

Value parameters

jarPath

path to the main library (most likely a Jar archive)

javadocJarPath

(optional) path to Javadoc archive

sourcesJarPath

(optional) path to sources archive

Attributes

Source
EclipseJdtProject.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product