mill.javalib.graalvm

Members list

Type members

Classlikes

trait GraalVMMetadataWorker extends AutoCloseable

Attributes

Source
GraalVMMetadataWorker.scala
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes

Uses org.graalvm.reachability.internal.FileSystemRepository to discover reachability metadata from the graalvm-reachability-metadata repository.

Uses org.graalvm.reachability.internal.FileSystemRepository to discover reachability metadata from the graalvm-reachability-metadata repository.

For more information go to https://github.com/oracle/graalvm-reachability-metadata and https://github.com/graalvm/native-build-tools

Attributes

Source
GraalVMMetadataWorkerImpl.scala
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
case class MetadataQuery(rootPath: Path, deps: Set[String], useLatestConfigWhenVersionIsUntested: Boolean)

Attributes

Companion
object
Source
MetadataQuery.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MetadataQuery

Attributes

Companion
class
Source
MetadataQuery.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class MetadataResult(dependencyGroupId: String, dependencyArtifactId: String, dependencyVersion: String, metadataLocation: Path, isOverride: Boolean)

Attributes

Companion
object
Source
MetadataQuery.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
MetadataQuery.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Versions

Attributes

Source
Versions.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Versions.type