Uses of Class
de.espirit.firstspirit.feature.FeatureInstallOptions.Builder
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of FeatureInstallOptions.Builder in de.espirit.firstspirit.feature
Modifier and TypeMethodDescriptionstatic @NotNull FeatureInstallOptions.Builder
FeatureInstallOptions.Builder()
Obtain aFeatureInstallOptions.Builder
instance for streamlined creation ofFeatureInstallOptions
.@NotNull FeatureInstallOptions.Builder
FeatureInstallOptions.Builder.importIDProviderGIDs
(boolean importIDProviderGIDs) Specify whether the GIDs of the imported/updatedIDProvider
s should be imported/updated during the feature installation process.@NotNull FeatureInstallOptions.Builder
FeatureInstallOptions.Builder.installFeatureModel
(boolean installFeatureModel) Set whether the feature model, which contains metadata about content transported by the feature, should be created or updated in the target project immediately after the feature installation process.@NotNull FeatureInstallOptions.Builder
FeatureInstallOptions.Builder.withLayerMapper
(@Nullable LayerMapper layerMapper) Set a layer mapper for customizing how layers are mapped during a feature installation process.@NotNull FeatureInstallOptions.Builder
FeatureInstallOptions.Builder.withNameBasedLayerMapping
(@Nullable Map<String, String> layerMapping) Set a layer mapping using source and target layer names.