Class BuildPatchUtil
- java.lang.Object
-
- jetbrains.vcs.api.services.patches.BuildPatchUtil
-
public class BuildPatchUtil extends Object
- Author:
- Sergey.Anchipolevsky Date: 05.02.2009
-
-
Constructor Summary
Constructors Constructor Description BuildPatchUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
buildPatch(BuildPatchPolicy policy, VcsRoot vcsRoot, String fromVersion, String toVersion, PatchBuilder builder, CheckoutRules checkoutRules)
-
-
-
Method Detail
-
buildPatch
public static void buildPatch(@NotNull BuildPatchPolicy policy, @NotNull VcsRoot vcsRoot, @Nullable String fromVersion, @NotNull String toVersion, @NotNull PatchBuilder builder, @NotNull CheckoutRules checkoutRules) throws VcsException, IOException
- Throws:
VcsException
IOException
-
-