public interface VcsBulkSuitabilityChecker extends VcsPersonalSupport
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Boolean> |
checkSuitable(java.util.List<VcsRootEntry> entries,
java.util.Collection<java.lang.String> paths)
Perform a bulk check for which from a set of VcsRootEntries can be affected by at least one VCS path from given collection.
|
mapFullPath
@NotNull java.util.List<java.lang.Boolean> checkSuitable(@NotNull java.util.List<VcsRootEntry> entries, @NotNull java.util.Collection<java.lang.String> paths) throws VcsException
entries
- VCS entries to checkpaths
- paths to check, same format as for VcsPersonalSupport.mapFullPath(VcsRootEntry, String)
VcsException