ApplicationModelWorker

mill.javalib.quarkus.ApplicationModelWorker
See theApplicationModelWorker companion trait

Attributes

Companion
trait
Source
ApplicationModelWorker.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AppModel(projectRoot: Path, buildDir: Path, buildFile: Path, quarkusVersion: String, groupId: String, artifactId: String, version: String, sourcesDir: Path, resourcesDir: Path, compiledPath: Path, compiledResources: Path, boms: Seq[String], dependencies: Seq[Dependency], nativeImage: String)

This app model has the necessary elements to build the Quarkus Application Model. This data class is used to populate the quarkus ApplicationModelBuilder and PlatformInfo which are serialized for the QuarkusBootstrap to be able to create the Quarkus build artifacts.

This app model has the necessary elements to build the Quarkus Application Model. This data class is used to populate the quarkus ApplicationModelBuilder and PlatformInfo which are serialized for the QuarkusBootstrap to be able to create the Quarkus build artifacts.

The effort for Quarkus support is ongoing.

For details on the requirements see https://github.com/quarkusio/quarkus/tree/main/independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/model

Attributes

Source
ApplicationModelWorker.scala
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Dependency(groupId: String, artifactId: String, version: String, resolvedPath: Path, isRuntime: Boolean, isDeployment: Boolean, isTopLevelArtifact: Boolean, hasExtension: Boolean)

Attributes

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