Uses of Interface
de.espirit.firstspirit.feature.FeatureDescriptor
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 FeatureDescriptor in de.espirit.firstspirit.feature
Modifier and TypeMethodDescription@NotNull FeatureDescriptor
FeatureAgent.FeatureBuilder.create()
Create a new feature descriptor with the current settings.FeatureAgent.createFeature
(String name, Revision revision, boolean release) Create a new feature with the given name.Modifier and TypeMethodDescriptionFeatureAgent.getFeatureDescriptors()
Returns a list of all feature descriptors available for the project this agent is related to.Modifier and TypeMethodDescription@NotNull FeatureAgent.FeatureBuilder
FeatureAgent.createFeatureBuilder
(@NotNull FeatureDescriptor descriptor) Returns a builder where you can create a new feature descriptor using the provided instance as blueprint.FeatureAgent.createFeatureModel
(FeatureDescriptor featureDescriptor) Create a feature model based on the given feature descriptor.ServerActionHandle<? extends FeatureProgress,
Boolean> FeatureAgent.createFeatureTransportFile
(FeatureDescriptor featureDescriptor) Starts a server side process to create a feature transport file.void
FeatureAgent.deleteFeature
(FeatureDescriptor featureDescriptor) Deletes the feature specified by the given feature descriptor.