mill.javalib.graalvm
package mill.javalib.graalvm
Members list
Type members
Classlikes
trait GraalVMMetadataWorker extends AutoCloseable
Attributes
- Source
- GraalVMMetadataWorker.scala
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
class GraalVMMetadataWorkerImpl extends GraalVMMetadataWorker
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
case class MetadataQuery(rootPath: Path, deps: Set[String], useLatestConfigWhenVersionIsUntested: Boolean)
Attributes
- Companion
- object
- Source
- MetadataQuery.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MetadataQuery
Attributes
- Companion
- class
- Source
- MetadataQuery.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MetadataQuery.type
case class MetadataResult(dependencyGroupId: String, dependencyArtifactId: String, dependencyVersion: String, metadataLocation: Path, isOverride: Boolean)
Attributes
- Companion
- object
- Source
- MetadataQuery.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MetadataResult
Attributes
- Companion
- class
- Source
- MetadataQuery.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MetadataResult.type
object Versions
Attributes
- Source
- Versions.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Versions.type
In this article