Uses of Interface
io.quarkus.domino.ProductInfo
-
Packages that use ProductInfo Package Description io.quarkus.domino io.quarkus.domino.manifest -
-
Uses of ProductInfo in io.quarkus.domino
Subinterfaces of ProductInfo in io.quarkus.domino Modifier and Type Interface Description static interfaceProductInfo.MutableClasses in io.quarkus.domino that implement ProductInfo Modifier and Type Class Description classProductInfoImplstatic classProductInfoImpl.BuilderPublic for MojosMethods in io.quarkus.domino that return ProductInfo Modifier and Type Method Description ProductInfoProductInfo.Mutable. build()ProductInfoProductInfoImpl.Builder. build()static ProductInfoProductInfo. fromFile(Path path)Read build info from the specified filestatic ProductInfoProductInfo. fromStream(InputStream inputStream)Read config from an input streamProductInfoProjectDependencyConfig. getProductInfo()Information about the product whose dependencies are to be analyzed.ProductInfoProjectDependencyConfigImpl. getProductInfo()Methods in io.quarkus.domino with parameters of type ProductInfo Modifier and Type Method Description ProjectDependencyConfig.MutableProjectDependencyConfig.Mutable. setProductInfo(ProductInfo productInfo) -
Uses of ProductInfo in io.quarkus.domino.manifest
Methods in io.quarkus.domino.manifest that return ProductInfo Modifier and Type Method Description ProductInfoSbomGenerator.Builder. getProductInfo()Methods in io.quarkus.domino.manifest with parameters of type ProductInfo Modifier and Type Method Description SbomGenerator.BuilderSbomGenerator.Builder. setProductInfo(ProductInfo productInfo)
-