public class PatcherUtil
extends java.lang.Object
| Constructor and Description |
|---|
PatcherUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
applyPatch(java.io.File patchFile) |
static java.lang.String[] |
getFixedIssues() |
static java.lang.String[] |
getInstalledPatches() |
static java.io.File |
getPatchDirectory() |
static Patcher |
getPatcher() |
static int |
getPatchingToolVersion() |
static java.lang.String[] |
getPatchLevels() |
static java.util.Properties |
getProperties() |
static boolean |
hasInconsistentPatchLevels() |
static boolean |
isConfigured() |
void |
setPatcher(Patcher patcher) |
static void |
verifyPatchLevels() |
public static boolean applyPatch(java.io.File patchFile)
public static java.lang.String[] getFixedIssues()
public static java.lang.String[] getInstalledPatches()
public static java.io.File getPatchDirectory()
public static Patcher getPatcher()
public static int getPatchingToolVersion()
public static java.lang.String[] getPatchLevels()
public static java.util.Properties getProperties()
public static boolean hasInconsistentPatchLevels()
public static boolean isConfigured()
public static void verifyPatchLevels()
throws PatchInconsistencyException
PatchInconsistencyExceptionpublic void setPatcher(Patcher patcher)