Uses of Interface
de.espirit.firstspirit.feature.FeatureAgent.FeatureBuilder
Packages that use FeatureAgent.FeatureBuilder
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 FeatureAgent.FeatureBuilder in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return FeatureAgent.FeatureBuilderModifier and TypeMethodDescription@NotNull FeatureAgent.FeatureBuilderFeatureAgent.createFeatureBuilder(@NotNull FeatureDescriptor descriptor) Returns a builder where you can create a new feature descriptor using the provided instance as blueprint.@NotNull FeatureAgent.FeatureBuilderFeatureAgent.FeatureBuilder.useLatestRevision()Set the revision the new feature descriptor should operate in to the newest project revision which is currently available.@NotNull FeatureAgent.FeatureBuilderFeatureAgent.FeatureBuilder.useRelease(boolean value) Should the feature descriptor deliver the release or current version of elements.@NotNull FeatureAgent.FeatureBuilderFeatureAgent.FeatureBuilder.useRevision(@NotNull Revision revision) Set the revision the new feature descriptor should operate in.@NotNull FeatureAgent.FeatureBuilderFeatureAgent.FeatureBuilder.useRevision(@NotNull Date date) Set the date of the revision the new feature descriptor should operate in.