Uses of Interface
io.quarkus.domino.ProductInfo.Mutable
Packages that use ProductInfo.Mutable
-
Uses of ProductInfo.Mutable in io.quarkus.domino
Classes in io.quarkus.domino that implement ProductInfo.MutableMethods in io.quarkus.domino that return ProductInfo.MutableModifier and TypeMethodDescriptionstatic ProductInfo.MutableProductInfo.builder()default ProductInfo.MutableProductInfo.mutable()static ProductInfo.MutableProductInfo.mutableFromFile(Path path) Read config from the specified fileProductInfo.Mutable.setDescription(String description) ProductInfoImpl.Builder.setDescription(String description) ProductInfo.Mutable.setReleaseNotes(ProductReleaseNotes notes) ProductInfoImpl.Builder.setReleaseNotes(ProductReleaseNotes releaseNotes) ProductInfo.Mutable.setVersion(String version) ProductInfoImpl.Builder.setVersion(String version)