Liferay 6.2-ce-ga5

com.liferay.portal.kernel.patcher
Class PatcherUtil

java.lang.Object
  extended by com.liferay.portal.kernel.patcher.PatcherUtil

public class PatcherUtil
extends Object


Constructor Summary
PatcherUtil()
           
 
Method Summary
static boolean applyPatch(File patchFile)
           
static String[] getFixedIssues()
           
static String[] getInstalledPatches()
           
static File getPatchDirectory()
           
static Patcher getPatcher()
           
static String[] getPatchLevels()
           
static Properties getProperties()
           
static boolean hasInconsistentPatchLevels()
           
static boolean isConfigured()
           
 void setPatcher(Patcher patcher)
           
static void verifyPatchLevels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatcherUtil

public PatcherUtil()
Method Detail

applyPatch

public static boolean applyPatch(File patchFile)

getFixedIssues

public static String[] getFixedIssues()

getInstalledPatches

public static String[] getInstalledPatches()

getPatchDirectory

public static File getPatchDirectory()

getPatcher

public static Patcher getPatcher()

getPatchLevels

public static String[] getPatchLevels()

getProperties

public static Properties getProperties()

isConfigured

public static boolean isConfigured()

hasInconsistentPatchLevels

public static boolean hasInconsistentPatchLevels()

setPatcher

public void setPatcher(Patcher patcher)

verifyPatchLevels

public static void verifyPatchLevels()
                              throws PatchInconsistencyException
Throws:
PatchInconsistencyException

Liferay 6.2-ce-ga5