Class VcsFileModificationUtil


  • public class VcsFileModificationUtil
    extends Object
    Utility class defining convenience routines for manipulations with VcsFileModification
    Author:
    Sergey.Anchipolevsky Date: 10.09.2007
    • Method Detail

      • createList

        public static List<VcsFileModification> createList​(@NotNull
                                                           List<? extends VcsChangeInfo> source,
                                                           @NotNull
                                                           VcsModificationEx parentMod,
                                                           @NotNull
                                                           SVcsFileModificationFactory factory)
        Creates a list of VcsFileModification from a list of VcsChangeInfo
        Parameters:
        source - the source list of VcsChangeInfo
        parentMod - the parent modification object
        factory - the factory for VcsFileModification instances
        Returns:
        unmodifiable list of VcsFileModification