Product Modules
@Serializable
@XmlSerialName(value = "product-modules" )
Represents the product-modules.xml structure that defines module inclusions and bundled plugins.
Constructors
Link copied to clipboard
constructor(include: ProductModules.ModuleIncludes? = null, bundledPlugins: ProductModules.BundledPlugins? = null)
Types
Link copied to clipboard
@Serializable
@XmlSerialName(value = "bundled-plugins" )
Represents the 'bundled-plugins' section containing plugin modules.
Link copied to clipboard
@Serializable
@XmlSerialName(value = "include" )
Represents the 'include' section containing modules to be included.
Properties
Link copied to clipboard
@XmlElement
@XmlSerialName(value = "bundled-plugins" )
Link copied to clipboard