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 |
getPatchingToolVersionDisplayName() |
static java.lang.String[] |
getPatchLevels() |
static java.util.Properties |
getProperties() |
static java.lang.String |
getSeparationId() |
static boolean |
hasInconsistentPatchLevels() |
static boolean |
isConfigured() |
static boolean |
isSeparated() |
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 getPatchingToolVersionDisplayName()
public static java.lang.String[] getPatchLevels()
public static java.util.Properties getProperties()
public static java.lang.String getSeparationId()
public static boolean hasInconsistentPatchLevels()
public static boolean isConfigured()
public static boolean isSeparated()
public static void verifyPatchLevels() throws PatchInconsistencyException
PatchInconsistencyException
public void setPatcher(Patcher patcher)