Uses of Interface
de.espirit.firstspirit.feature.FeatureInstallOptions
Packages that use FeatureInstallOptions
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 in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return FeatureInstallOptionsModifier and TypeMethodDescription@NotNull FeatureInstallOptions
FeatureInstallOptions.Builder.build
(@NotNull FeatureFile featureFile) CreateFeatureInstallOptions
for the installation of a feature represented by the givenFeatureFile
.Methods in de.espirit.firstspirit.feature with parameters of type FeatureInstallOptionsModifier and TypeMethodDescription@NotNull ServerActionHandle<? extends FeatureProgress,
FeatureInstallResult> FeatureInstallAgent.installFeature
(@NotNull FeatureInstallOptions options) Starts a server side feature installation process for the givenFeatureInstallOptions
.