Package io.quarkus.deployment
package io.quarkus.deployment
-
ClassDescriptionRepresents an archive that is part of application code.BootstrapBuildProducerImpl<T extends BuildItem>Producer class used by the source generated from the annotation processorThis build items holds the set of registered capabilities.Represents a capability of a core extension.Code generation contextA set of methods to initialize and execute
CodeGenProviders.Service providers for this interface are triggered during generate-sources phase of build of Quarkus applicationsConfigurationRegisters all classes for reflection, that contain a constructor annotated with@java.beans.ConstructorProperties.DebuggingUtility class to load build steps, runtime recorders, and configuration roots from a given extension class.Represents a feature provided by a core extension.Detection using a remote host socket We don't want to pull in the docker API here, so we just see if the DOCKER_HOST is set and if we can connect to it.Delegates the check to testcontainers (if the latter is on the classpath)boolean supplier that returns true if the application is running in development mode.Similar toIsDevelopmentexcept checks whether the application is being launched in dev mode but not from amutable-jarpackage, in other words, not a remote server in a remote dev session.boolean supplier that returns true if the application is running in normal mode.boolean supplier that returns true if the application is running in normal mode, but is not a remote dev client.boolean supplier that returns true if the application is the local side of remote dev mode.boolean supplier that returns true if the application is running in test mode.JNIPlatformA subclass ofClassVisitorthat allows carrying around data that are useful in the context of Quarkus bytecode transformations.ClassWriter which tries to get around ClassNotFoundExceptions related to reflection usage in getCommonSuperClass.SnapStartA processor handling the various AWS SnapStart optimizations.SSLUsed to suppress forbidden-apis errors inside for the element it's added to.