Serialized Form
-
Package io.quarkus.bootstrap
-
Class io.quarkus.bootstrap.BootstrapDependencyProcessingException extends BootstrapMavenException implements Serializable
- serialVersionUID:
- 1L
-
Class io.quarkus.bootstrap.BootstrapException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class io.quarkus.bootstrap.BootstrapGradleException extends AppModelResolverException implements Serializable
-
-
Package io.quarkus.bootstrap.app
-
Class io.quarkus.bootstrap.app.AdditionalDependency extends Object implements Serializable
-
Serialized Fields
-
forceApplicationArchive
boolean forceApplicationArchive
If this is true then this will force this dependency to be an application archive, even if it would not otherwise be one. This means it will be indexed so components can be discovered from the location. -
hotReloadable
boolean hotReloadable
If this archive is hot reloadable, only takes effect in dev mode. -
paths
PathCollection paths
The path to the application archive
-
-
-
Class io.quarkus.bootstrap.app.ConfiguredClassLoading extends Object implements Serializable
-
Serialized Fields
-
flatTestClassPath
boolean flatTestClassPath
-
parentFirstArtifacts
Set<ArtifactKey> parentFirstArtifacts
-
reloadableArtifacts
Set<ArtifactKey> reloadableArtifacts
-
removedArtifacts
Set<ArtifactKey> removedArtifacts
-
removedResources
Map<ArtifactKey,List<String>> removedResources
-
-
-
Class io.quarkus.bootstrap.app.CuratedApplication extends Object implements Serializable
-
Serialized Fields
-
appModel
ApplicationModel appModel
-
augmentationElements
Map<ArtifactKey,List<ClassPathElement>> augmentationElements
The class path elements for the various artifacts. These can be used in multiple class loaders so this map allows them to be shared. This should not be used for hot reloadable elements -
augmentClassLoader
QuarkusClassLoader augmentClassLoader
The augmentation class loader. -
baseRuntimeClassLoader
QuarkusClassLoader baseRuntimeClassLoader
The base runtime class loader. -
configuredClassLoading
ConfiguredClassLoading configuredClassLoading
-
curationResult
CurationResult curationResult
-
quarkusBootstrap
QuarkusBootstrap quarkusBootstrap
-
runtimeClassLoaderCount
AtomicInteger runtimeClassLoaderCount
-
-
-
Class io.quarkus.bootstrap.app.QuarkusBootstrap extends Object implements Serializable
-
Serialized Fields
-
additionalApplicationArchives
List<AdditionalDependency> additionalApplicationArchives
Any additional application archives that should be added to the application, that would not be otherwise discovered. The main used case for this is testing to add src/test to the application even if it does not have a beans.xml. -
additionalDeploymentArchives
List<Path> additionalDeploymentArchives
Additional archives that are added to the augmentation class path -
appArtifact
ResolvedDependency appArtifact
-
applicationRoot
PathsCollection applicationRoot
The root of the application, where the application classes live. -
appModelResolver
AppModelResolver appModelResolver
-
assertionsEnabled
boolean assertionsEnabled
-
auxiliaryApplication
boolean auxiliaryApplication
-
baseClassLoader
ClassLoader baseClassLoader
-
baseName
String baseName
-
buildSystemProperties
Properties buildSystemProperties
-
classLoadingConfig
ConfiguredClassLoading classLoadingConfig
-
classLoadListeners
List<ClassLoaderEventListener> classLoadListeners
-
dependenciesOrigin
DependenciesOrigin dependenciesOrigin
-
disableClasspathCache
boolean disableClasspathCache
-
excludeFromClassPath
List<Path> excludeFromClassPath
Any paths that should never be part of the application. This can be used to exclude the main src/test directory when doing unit testing, to make sure only the generated test archive is picked up. -
existingModel
ApplicationModel existingModel
-
flatClassPath
boolean flatClassPath
-
forcedDependencies
List<Dependency> forcedDependencies
-
hostApplicationIsTestOnly
boolean hostApplicationIsTestOnly
-
isolateDeployment
boolean isolateDeployment
-
localArtifacts
Set<AppArtifactKey> localArtifacts
-
localProjectDiscovery
Boolean localProjectDiscovery
-
managingProject
ArtifactCoords managingProject
-
mavenArtifactResolver
MavenArtifactResolver mavenArtifactResolver
-
mode
QuarkusBootstrap.Mode mode
-
offline
Boolean offline
-
projectRoot
Path projectRoot
The root of the project. This may be different to the application root for tests that run in a different directory. -
rebuild
boolean rebuild
-
targetDirectory
Path targetDirectory
-
test
boolean test
-
versionUpdate
VersionUpdate versionUpdate
-
versionUpdateNumber
VersionUpdateNumber versionUpdateNumber
-
-
-
-
Package io.quarkus.bootstrap.classloading
-
Class io.quarkus.bootstrap.classloading.ClassLoaderLimiter.ClassLoaderLimiterConsistencyException extends IllegalArgumentException implements Serializable
-
-
Package io.quarkus.bootstrap.prebuild
-
Class io.quarkus.bootstrap.prebuild.CodeGenException extends Exception implements Serializable
-
Class io.quarkus.bootstrap.prebuild.CodeGenFailureException extends CodeGenException implements Serializable
-