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