IProductLineModel.ExportAppliedProject Method
Namespace: NextDesign.Core
Description
Exports the project with the specified product applied to the specified path.
The exported project will be in the following state:
- Profile is the same as the source
- Only valid model elements and editors for the specified product exist
- No product line model (feature model, configuration model)
- No unit splitting
Argument
| Name | Type | Description |
|---|---|---|
| product | IProduct | Product. Null cannot be specified. |
| exportProjectPath | string | Path to output the project. Please specify an absolute path. |
Return value
- void
Exception
| Name | Exception Class | Description |
|---|---|---|
| Invalid Argument | ExtensionArgumentException | When the extension of the specified project's output path is not supported |
| Invalid Operation | ExtensionInvalidOperationException | When there is a model whose parent model has not been loaded due to partial loading |