class NativeImageUtils extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- NativeImageUtils
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NativeImageUtils(akkaModule: String, additionalEntries: Seq[ReflectConfigEntry], packageNames: Seq[String])
Value Members
- def generateMetadata(): String
- val metadataDir: Path
- def verifyMetadata(): (String, String)
For use in tests, throws if existing metadata in given dir does exist, else returns the pre-existing metadata and the metadata scanned from current classpath for comparing with test library comparison utils.
- def writeMetadata(): Unit
Generate GraalVM/NativeImage metadata by scanning the classpath for dynamically loaded extension points of Akka.
INTERNAL API