@Deprecated public interface CollectChangesByIncludeRules extends CollectChangesPolicy
CollectChangesByCheckoutRules
CollectChangesByCheckoutRules
,
CheckoutRules
,
IncludeRule
,
IncludeRuleChangeCollector
Modifier and Type | Method and Description |
---|---|
IncludeRuleChangeCollector |
getChangeCollector(VcsRoot root,
java.lang.String fromVersion,
java.lang.String currentVersion)
Deprecated.
Returns an object that would handle calls for each include rule found in the checkout rules.
|
@NotNull IncludeRuleChangeCollector getChangeCollector(@NotNull VcsRoot root, @NotNull java.lang.String fromVersion, @Nullable java.lang.String currentVersion) throws VcsException
VcsSupportCore.isCurrentVersionExpensive()
if you like to
have null for currentVersionroot
- VCS rootfromVersion
- collect changes from this version.currentVersion
- collect changes to this version. If null
collect changes to the current version of the VCS root.VcsException
- on errorIncludeRule
,
IncludeRuleChangeCollector