Uses of Class
io.quarkus.bootstrap.model.AppDependency
-
Packages that use AppDependency Package Description io.quarkus.bootstrap.model -
-
Uses of AppDependency in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return AppDependency Modifier and Type Method Description AppDependencyAppModel.Builder. getDependency(ArtifactKey key)Methods in io.quarkus.bootstrap.model that return types with arguments of type AppDependency Modifier and Type Method Description List<AppDependency>AppModel. getDeploymentDependencies()Deprecated.List<AppDependency>AppModel. getFullDeploymentDeps()Deprecated.List<AppDependency>AppModel. getUserDependencies()Deprecated.Dependencies that the user has added that have nothing to do with Quarkus (3rd party libs, additional modules etc)Methods in io.quarkus.bootstrap.model with parameters of type AppDependency Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addDependency(AppDependency dep)AppModel.BuilderAppModel.Builder. addDeploymentDep(AppDependency dep)Deprecated.AppModel.BuilderAppModel.Builder. addFullDeploymentDep(AppDependency dep)Deprecated.AppModel.BuilderAppModel.Builder. addRuntimeDep(AppDependency dep)Deprecated.Method parameters in io.quarkus.bootstrap.model with type arguments of type AppDependency Modifier and Type Method Description AppModel.BuilderAppModel.Builder. addDependencies(Collection<AppDependency> deps)AppModel.BuilderAppModel.Builder. addDeploymentDeps(List<AppDependency> deps)Deprecated.AppModel.BuilderAppModel.Builder. addFullDeploymentDeps(List<AppDependency> deps)Deprecated.AppModel.BuilderAppModel.Builder. addRuntimeDeps(List<AppDependency> deps)Deprecated.
-