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