Uses of Interface
io.quarkus.domino.ProductInfo.Mutable
-
Packages that use ProductInfo.Mutable Package Description io.quarkus.domino -
-
Uses of ProductInfo.Mutable in io.quarkus.domino
Classes in io.quarkus.domino that implement ProductInfo.Mutable Modifier and Type Class Description static classProductInfoImpl.BuilderPublic for MojosMethods in io.quarkus.domino that return ProductInfo.Mutable Modifier and Type Method Description static ProductInfo.MutableProductInfo. builder()default ProductInfo.MutableProductInfo. mutable()static ProductInfo.MutableProductInfo. mutableFromFile(Path path)Read config from the specified fileProductInfo.MutableProductInfo.Mutable. setCpe(String cpe)ProductInfo.MutableProductInfoImpl.Builder. setCpe(String cpe)ProductInfo.MutableProductInfo.Mutable. setDescription(String description)ProductInfo.MutableProductInfoImpl.Builder. setDescription(String description)ProductInfo.MutableProductInfo.Mutable. setGroup(String group)ProductInfo.MutableProductInfoImpl.Builder. setGroup(String group)ProductInfo.MutableProductInfo.Mutable. setId(String id)ProductInfo.MutableProductInfoImpl.Builder. setId(String id)ProductInfo.MutableProductInfo.Mutable. setName(String name)ProductInfo.MutableProductInfoImpl.Builder. setName(String name)ProductInfo.MutableProductInfo.Mutable. setPurl(String purl)ProductInfo.MutableProductInfoImpl.Builder. setPurl(String purl)ProductInfo.MutableProductInfo.Mutable. setReleaseNotes(ProductReleaseNotes notes)ProductInfo.MutableProductInfoImpl.Builder. setReleaseNotes(ProductReleaseNotes releaseNotes)ProductInfo.MutableProductInfo.Mutable. setStream(String stream)ProductInfo.MutableProductInfoImpl.Builder. setStream(String stream)ProductInfo.MutableProductInfo.Mutable. setType(String type)ProductInfo.MutableProductInfoImpl.Builder. setType(String type)ProductInfo.MutableProductInfo.Mutable. setVersion(String version)ProductInfo.MutableProductInfoImpl.Builder. setVersion(String version)
-