public interface VcsRootDetector
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VcsRoot> |
detect()
Detect vcs roots for whole project
|
java.util.Collection<VcsRoot> |
detect(VirtualFile startDir)
Detect vcs roots for startDir
|
java.util.Collection<VcsRoot> |
getOrDetect()
Returns the cached result of the previous call to
detect() if there was any, otherwise calls it and waits for the completion. |
java.util.Collection<VcsRoot> detect()
java.util.Collection<VcsRoot> detect(VirtualFile startDir)