Package io.quarkus.domino
Interface ProductInfo.Mutable
- All Superinterfaces:
ProductInfo
- All Known Implementing Classes:
ProductInfoImpl.Builder
- Enclosing interface:
- ProductInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.domino.ProductInfo
ProductInfo.Mutable -
Method Summary
Modifier and TypeMethodDescriptionbuild()default voidPersist this configuration to the specified file.setDescription(String description) setVersion(String version) Methods inherited from interface io.quarkus.domino.ProductInfo
getCpe, getDescription, getGroup, getId, getName, getPurl, getReleaseNotes, getStream, getType, getVersion, mutable
-
Method Details
-
setId
-
setStream
-
setGroup
-
setName
-
setType
-
setVersion
-
setPurl
-
setCpe
-
setDescription
-
setReleaseNotes
-
build
ProductInfo build() -
persist
Description copied from interface:ProductInfoPersist this configuration to the specified file.- Specified by:
persistin interfaceProductInfo- Parameters:
p- Target path- Throws:
IOException- if the specified file can not be written to.
-