Liferay 6.1.2-ce-ga3

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 isConfigured()
           
 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()

getPatchLevels

public static String[] getPatchLevels()

getProperties

public static Properties getProperties()

isConfigured

public static boolean isConfigured()

setPatcher

public void setPatcher(Patcher patcher)

Liferay 6.1.2-ce-ga3