@Deprecated public interface CollectSingleStateChangesByIncludeRules extends CollectSingleStatePolicy
CollectSingleStateChangesByCheckoutRules
CheckoutRules
| 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.
|
getCurrentVersion@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