public interface IncludeRuleUpdater
UpdateByIncludeRules2
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Called when all necessary vsc update operation are performed.
|
void |
process(IncludeRule rule,
java.io.File includeRuleDestFolder)
Does vcs update for the include rule to specified folder.
|
void process(@NotNull IncludeRule rule, @NotNull java.io.File includeRuleDestFolder) throws VcsException
rule
- rule to processincludeRuleDestFolder
- folder where checkout of files should be performedVcsException
- on errorvoid dispose() throws VcsException
VcsException
- on error