@Deprecated
public interface RootMerger
Modifier and Type | Method and Description |
---|---|
VcsRoot |
getCommonParent(VcsRoot root1,
VcsRoot root2)
Deprecated.
|
java.lang.String |
getPrefixPath(VcsRoot parent,
VcsRoot subRoot)
Deprecated.
|
@Nullable @Deprecated VcsRoot getCommonParent(@NotNull VcsRoot root1, @NotNull VcsRoot root2)
root1
- first root.root2
- second root.@NotNull @Deprecated java.lang.String getPrefixPath(@NotNull VcsRoot parent, @NotNull VcsRoot subRoot)
parent
- parent root.subRoot
- child root.