Class ExtractFilesFromPatch
- java.lang.Object
-
- jetbrains.buildServer.vcs.patches.helpers.ExtractFilesFromPatch
-
public class ExtractFilesFromPatch extends Object
Created by IntelliJ IDEA. User: Eugene.Petrenko Date: 24.04.2008 Time: 20:37:10
-
-
Constructor Summary
Constructors Constructor Description ExtractFilesFromPatch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
extractFiles(File patch, File destFolder)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
extractFiles
public static void extractFiles(@NotNull File patch, @NotNull File destFolder) throws IOException
- Throws:
IOException
-
-