JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Quarkus - Bootstrap - App Model 2.3.0.Final
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Fields
Methods
Fields
Field
Description
io.quarkus.bootstrap.BootstrapConstants.EXTENSION_PROPS_JSON_FILE_NAME
Methods
Method
Description
io.quarkus.bootstrap.model.AppArtifact.getPath()
in favor of
AppArtifact.getPaths()
io.quarkus.bootstrap.model.AppModel.Builder.addDeploymentDep(AppDependency)
io.quarkus.bootstrap.model.AppModel.Builder.addDeploymentDeps(List<AppDependency>)
io.quarkus.bootstrap.model.AppModel.Builder.addFullDeploymentDep(AppDependency)
io.quarkus.bootstrap.model.AppModel.Builder.addFullDeploymentDeps(List<AppDependency>)
io.quarkus.bootstrap.model.AppModel.Builder.addRuntimeDep(AppDependency)
io.quarkus.bootstrap.model.AppModel.Builder.addRuntimeDeps(List<AppDependency>)
io.quarkus.bootstrap.model.AppModel.getDeploymentDependencies()