public static final class SoftwareInfo.Builder
extends java.lang.Object
SoftwareInfo
.Constructor and Description |
---|
Builder(BaseImageInfo baseImage,
java.util.Map<java.lang.String,ComponentInfo> components,
java.util.Map<java.lang.String,SolutionInfo> solutions)
Constructor with parameters for the required properties of
SoftwareInfo . |
Modifier and Type | Method and Description |
---|---|
SoftwareInfo |
build() |
SoftwareInfo.Builder |
setAddOn(AddOnInfo addOn)
OEM customization on top of given base-image.
|
public Builder(BaseImageInfo baseImage, java.util.Map<java.lang.String,ComponentInfo> components, java.util.Map<java.lang.String,SolutionInfo> solutions)
SoftwareInfo
.public SoftwareInfo.Builder setAddOn(AddOnInfo addOn)
null
, no OEM customization will be applied.addOn
- New value for the property.public SoftwareInfo build()