Uses of Interface
io.quarkus.bootstrap.model.PlatformImports
-
Packages that use PlatformImports Package Description io.quarkus.bootstrap.model io.quarkus.bootstrap.model.gradle io.quarkus.bootstrap.model.gradle.impl -
-
Uses of PlatformImports in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement PlatformImports Modifier and Type Class Description classPlatformImportsImplMethods in io.quarkus.bootstrap.model that return PlatformImports Modifier and Type Method Description PlatformImportsAppModel. getPlatforms()Methods in io.quarkus.bootstrap.model with parameters of type PlatformImports Modifier and Type Method Description AppModel.BuilderAppModel.Builder. setPlatformImports(PlatformImports platformImports) -
Uses of PlatformImports in io.quarkus.bootstrap.model.gradle
Methods in io.quarkus.bootstrap.model.gradle that return PlatformImports Modifier and Type Method Description PlatformImportsQuarkusModel. getPlatformImports() -
Uses of PlatformImports in io.quarkus.bootstrap.model.gradle.impl
Methods in io.quarkus.bootstrap.model.gradle.impl that return PlatformImports Modifier and Type Method Description PlatformImportsQuarkusModelImpl. getPlatformImports()Constructors in io.quarkus.bootstrap.model.gradle.impl with parameters of type PlatformImports Constructor Description QuarkusModelImpl(Workspace workspace, List<Dependency> dependencies, PlatformImports platformImports)
-