Uses of Interface
de.espirit.firstspirit.feature.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
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.@NotNull FeatureAgent.FeatureBuilder
FeatureAgent.FeatureBuilder.useLatestRevision()
Set the revision the new feature descriptor should operate in to the newest project revision which is currently available.@NotNull FeatureAgent.FeatureBuilder
FeatureAgent.FeatureBuilder.useRelease
(boolean value) Should the feature descriptor deliver the release or current version of elements.@NotNull FeatureAgent.FeatureBuilder
FeatureAgent.FeatureBuilder.useRevision
(@NotNull Revision revision) Set the revision the new feature descriptor should operate in.@NotNull FeatureAgent.FeatureBuilder
FeatureAgent.FeatureBuilder.useRevision
(@NotNull Date date) Set the date of the revision the new feature descriptor should operate in.