Package io.quarkus.deployment
Class QuarkusAugmentor.Builder
java.lang.Object
io.quarkus.deployment.QuarkusAugmentor.Builder
- Enclosing class:
QuarkusAugmentor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List<io.quarkus.paths.PathCollection> (package private) boolean(package private) String(package private) Properties(package private) ClassLoader(package private) ClassLoader(package private) DevModeType(package private) io.quarkus.bootstrap.model.ApplicationModel(package private) Collection<Path> (package private) LaunchMode(package private) LiveReloadBuildItem(package private) String(package private) boolean(package private) io.quarkus.paths.PathCollection(package private) Properties(package private) Path(package private) boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalApplicationArchive(io.quarkus.paths.PathCollection archive) addBuildChainCustomizer(Consumer<BuildChainBuilder> customizer) <T extends BuildItem>
QuarkusAugmentor.Builderbuild()excludeFromIndexing(Collection<Path> excludedFromIndexing) List<io.quarkus.paths.PathCollection> io.quarkus.paths.PathCollectiongetRoot()booleanisTest()setAuxiliaryApplication(boolean auxiliaryApplication) setAuxiliaryDevModeType(DevModeType auxiliaryDevModeType) setBaseName(String baseName) setBuildSystemProperties(Properties buildSystemProperties) setClassLoader(ClassLoader classLoader) setDependencyInfoProvider(Supplier<DependencyInfoProvider> depInfoProvider) setDeploymentClassLoader(ClassLoader deploymentClassLoader) setDevModeType(DevModeType devModeType) setEffectiveModel(io.quarkus.bootstrap.model.ApplicationModel effectiveModel) setLaunchMode(LaunchMode launchMode) setLiveReloadState(LiveReloadBuildItem liveReloadState) setOriginalBaseName(String originalBaseName) setRebuild(boolean rebuild) setRoot(io.quarkus.paths.PathCollection root) setRuntimeProperties(Properties runtimeProperties) setTargetDir(Path outputDir) setTest(boolean test)
-
Field Details
-
auxiliaryDevModeType
-
rebuild
boolean rebuild -
additionalApplicationArchives
List<io.quarkus.paths.PathCollection> additionalApplicationArchives -
excludedFromIndexing
Collection<Path> excludedFromIndexing -
classLoader
ClassLoader classLoader -
root
io.quarkus.paths.PathCollection root -
targetDir
Path targetDir -
finalResults
-
launchMode
LaunchMode launchMode -
liveReloadState
LiveReloadBuildItem liveReloadState -
buildSystemProperties
Properties buildSystemProperties -
runtimeProperties
Properties runtimeProperties -
effectiveModel
io.quarkus.bootstrap.model.ApplicationModel effectiveModel -
baseName
String baseName -
originalBaseName
String originalBaseName -
deploymentClassLoader
ClassLoader deploymentClassLoader -
devModeType
DevModeType devModeType -
test
boolean test -
auxiliaryApplication
boolean auxiliaryApplication
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addBuildChainCustomizer
-
getAdditionalApplicationArchives
-
addAdditionalApplicationArchive
public QuarkusAugmentor.Builder addAdditionalApplicationArchive(io.quarkus.paths.PathCollection archive) -
excludeFromIndexing
-
setAuxiliaryApplication
-
setAuxiliaryDevModeType
-
getLaunchMode
-
setLaunchMode
-
getDevModeType
-
setDevModeType
-
isTest
public boolean isTest() -
setTest
-
getClassLoader
-
setClassLoader
-
getRoot
public io.quarkus.paths.PathCollection getRoot() -
addFinal
-
setRoot
-
getBaseName
-
setBaseName
-
setOriginalBaseName
-
getBuildSystemProperties
-
setBuildSystemProperties
-
getRuntimeProperties
-
setRuntimeProperties
-
setRebuild
-
build
-
getLiveReloadState
-
setLiveReloadState
-
setTargetDir
-
setEffectiveModel
public QuarkusAugmentor.Builder setEffectiveModel(io.quarkus.bootstrap.model.ApplicationModel effectiveModel) -
getDeploymentClassLoader
-
setDeploymentClassLoader
-
setDependencyInfoProvider
public QuarkusAugmentor.Builder setDependencyInfoProvider(Supplier<DependencyInfoProvider> depInfoProvider)
-