|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RootMerger
Implement the interface in the VcsSupport to allow vcs root merge by the version control (merging several roots with one by adding checkout rules).
| Method Summary | |
|---|---|
VcsRoot |
getCommonParent(VcsRoot root1,
VcsRoot root2)
returns common parent of two roots. |
java.lang.String |
getPrefixPath(VcsRoot parent,
VcsRoot subRoot)
returns prefix of the root according to the parent. |
| Method Detail |
|---|
@Nullable
VcsRoot getCommonParent(@NotNull
VcsRoot root1,
@NotNull
VcsRoot root2)
root1 - first root.root2 - second root.
@NotNull
java.lang.String getPrefixPath(@NotNull
VcsRoot parent,
@NotNull
VcsRoot subRoot)
parent - parent root.subRoot - child root.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||