Liferay 6.2.0-ce-m3

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 Properties getProperties()
           
 void setPatcher(Patcher patcher)
           
 
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()

getProperties

public static Properties getProperties()

setPatcher

public void setPatcher(Patcher patcher)

Liferay 6.2.0-ce-m3