Package io.quarkus.maven
Class QuarkusBootstrapProvider
- java.lang.Object
-
- io.quarkus.maven.QuarkusBootstrapProvider
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Singleton @Named public class QuarkusBootstrapProvider extends Object implements Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classQuarkusBootstrapProvider.QuarkusMavenAppBootstrap
-
Constructor Summary
Constructors Constructor Description QuarkusBootstrapProvider(org.eclipse.aether.RepositorySystem repoSystem, org.eclipse.aether.impl.RemoteRepositoryManager remoteRepoManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.bootstrap.app.CuratedApplicationbootstrapApplication(QuarkusBootstrapMojo mojo, io.quarkus.runtime.LaunchMode mode)QuarkusBootstrapProvider.QuarkusMavenAppBootstrapbootstrapper(QuarkusBootstrapMojo mojo)voidclose()io.quarkus.bootstrap.model.ApplicationModelgetResolvedApplicationModel(io.quarkus.maven.dependency.ArtifactKey projectId, io.quarkus.runtime.LaunchMode mode)org.eclipse.aether.impl.RemoteRepositoryManagerremoteRepositoryManager()org.eclipse.aether.RepositorySystemrepositorySystem()
-
-
-
Method Detail
-
repositorySystem
public org.eclipse.aether.RepositorySystem repositorySystem()
-
remoteRepositoryManager
public org.eclipse.aether.impl.RemoteRepositoryManager remoteRepositoryManager()
-
bootstrapper
public QuarkusBootstrapProvider.QuarkusMavenAppBootstrap bootstrapper(QuarkusBootstrapMojo mojo)
-
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)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-