Class QuarkusBootstrapProvider

    • Constructor Detail

      • QuarkusBootstrapProvider

        @Inject
        public QuarkusBootstrapProvider​(org.eclipse.aether.RepositorySystem repoSystem,
                                        org.eclipse.aether.impl.RemoteRepositoryManager remoteRepoManager,
                                        QuarkusWorkspaceProvider workspaceProvider)
    • Method Detail

      • repositorySystem

        @Deprecated(forRemoval=true)
        public org.eclipse.aether.RepositorySystem repositorySystem()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • remoteRepositoryManager

        @Deprecated(forRemoval=true)
        public org.eclipse.aether.impl.RemoteRepositoryManager remoteRepositoryManager()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • bootstrapApplication

        public io.quarkus.bootstrap.app.CuratedApplication bootstrapApplication​(QuarkusBootstrapMojo mojo,
                                                                                io.quarkus.runtime.LaunchMode mode)
                                                                         throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • getResolvedApplicationModel

        public io.quarkus.bootstrap.model.ApplicationModel getResolvedApplicationModel​(io.quarkus.maven.dependency.ArtifactKey projectId,
                                                                                       io.quarkus.runtime.LaunchMode mode,
                                                                                       String bootstrapId)