public class BatchPatcher
extends java.lang.Object
| Constructor and Description |
|---|
BatchPatcher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertDirectoryExists(java.io.File f,
java.lang.String argname) |
static void |
assertFileExists(java.io.File f,
java.lang.String argname) |
static void |
main(java.lang.String... args) |
static void |
patch(java.lang.String... args) |
public static void main(java.lang.String... args)
throws java.lang.Exception
java.lang.Exceptionpublic static void patch(java.lang.String... args)
throws java.lang.Exception
java.lang.Exceptionpublic static void assertFileExists(java.io.File f,
java.lang.String argname)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic static void assertDirectoryExists(java.io.File f,
java.lang.String argname)
throws java.io.FileNotFoundException
java.io.FileNotFoundException